Skip to content

Commit

Permalink
fix test install path (#1340) (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho authored Oct 16, 2024
1 parent af3bb35 commit d4bb3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
if [[ $PIP_CHANNEL == 'official' ]]; then
pip3 install "$PYTORCH_VERSION" -f https://download.pytorch.org/whl/torch_stable.html
else
pip3 install --pre "$PYTORCH_VERSION" -f "https://download.pytorch.org/whl/$PIP_CHANNEL"
pip3 install --pre "$PYTORCH_VERSION" --index-url "https://download.pytorch.org/whl/$PIP_CHANNEL/cpu"
fi
pip3 install -r requirements.txt
Expand Down

0 comments on commit d4bb3e6

Please sign in to comment.