Skip to content

Commit

Permalink
pip: extra url
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 31, 2023
1 parent 54e7e3e commit 91189da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pip install -U pip

- name: Install happypose
run: pip install ".[render,cpu,evaluation]"
run: pip install ".[render,cpu,evaluation]" --extra-index-url https://download.pytorch.org/whl/cpu

- name: Download pre-trained models required for tests
run: |
Expand Down

0 comments on commit 91189da

Please sign in to comment.