diff --git a/.github/workflows/_build_test_upload.yml b/.github/workflows/_build_test_upload.yml index 4d333934d..300721159 100644 --- a/.github/workflows/_build_test_upload.yml +++ b/.github/workflows/_build_test_upload.yml @@ -387,7 +387,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/torch_$PIP_CHANNEL.html" + pip3 install --pre "$PYTORCH_VERSION" -f "https://download.pytorch.org/whl/$PIP_CHANNEL" fi pip3 install -r requirements.txt