Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
use the proper requirements file to build the doc
  • Loading branch information
kif authored Apr 17, 2024
1 parent ca06000 commit f82e6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install pyFAI
run: pip install .
- name: Install documentation dependencies
run: pip install -r requirements.txt
run: pip install -r ci/requirements_rtd.txt
- name: Build doc
env:
READTHEDOCS: "True" # To skip checking that pyFAI is installed locally
Expand Down

0 comments on commit f82e6ab

Please sign in to comment.