Skip to content

Commit

Permalink
ci: now build-docs install the requirements_dev packages, instead of …
Browse files Browse the repository at this point in the history
…hardcoded sphinx packages in the config file.
  • Loading branch information
pabloitu committed Oct 1, 2024
1 parent ab8c3a6 commit 2db5137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install floatCSEP
run: |
pip install sphinx sphinx-autoapi sphinx-gallery sphinx-rtd-theme
pip install -r requirements_dev.txt
pip install --no-deps -e .
python -c "import floatcsep; print('Version: ', floatcsep.__version__)"
Expand Down

0 comments on commit 2db5137

Please sign in to comment.