diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index c6aeeabbe5..3277614dd4 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -17,7 +17,7 @@ defaults: env: #CI: "true" TORCH_URL_RC: "https://download.pytorch.org/whl/test/cpu/torch_test.html" - TORCH_URL_NIGHTLY: "https://download.pytorch.org/whl/nightly/torch/" + TORCH_URL_NIGHTLY: "https://download.pytorch.org/whl/nightly/cpu/torch/" TORCH_URL_STABLE: "https://download.pytorch.org/whl/cpu" jobs: