Skip to content

Commit

Permalink
Update check-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Jan 10, 2024
1 parent 93ce753 commit 0046f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install GPU specific requirements
run: |
python -m ensurepip
python -m pip install -r pysap-mri-*/gpu_requirements.txt
python -m pip install -r --no-build-isolation pysap-mri-*/gpu_requirements.txt
- name: Build API documentation
run: sphinx-build -E docs/source docs/_build
Expand Down

0 comments on commit 0046f68

Please sign in to comment.