Skip to content

Commit

Permalink
Merge pull request #2418 from crcrpar/remove-find-only-from-sphinx-build
Browse files Browse the repository at this point in the history
Remove -f option from doctest pip installation
  • Loading branch information
hvy committed Mar 1, 2021
2 parents b8e9834 + c1f5b03 commit 30f58b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-build.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install -U pip
pip install --progress-bar off -U .[document,doctest] -f https://download.pytorch.org/whl/torch_stable.html
pip install --progress-bar off -U .[document,doctest]
- name: Run Doctest
run: |
Expand Down

0 comments on commit 30f58b5

Please sign in to comment.