Skip to content

Commit

Permalink
Move requirements into pyproject.toml (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Nov 26, 2024
1 parent f32c0c0 commit 85355bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo apt-get install -y --no-install-recommends libgeos-dev
pip install -U pip setuptools wheel
pip install -r ./requirements.txt
pip install -r pyvista-tutorial/requirements_docs.txt
pip install -e pyvista-tutorial[docs]
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
mv tx /usr/local/bin/tx
- name: update
Expand Down

0 comments on commit 85355bb

Please sign in to comment.