Skip to content

Commit

Permalink
Move requirements into pyproject.toml (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Dec 8, 2024
1 parent bde5194 commit 0572049
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 @@ -53,7 +53,7 @@ jobs:
cd pyvista-tutorial-translations
git submodule update --remote
pip install -r ./requirements.txt
pip install -r pyvista-tutorial/requirements_docs.txt
pip install -e pyvista-tutorial[docs]
cd ../
- name: build
env:
Expand Down

0 comments on commit 0572049

Please sign in to comment.