Skip to content

Commit

Permalink
fix(ci): resolve using PT nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 12, 2024
1 parent f7b2e15 commit c78b361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/cpu/torch_nightly.html"
TORCH_URL_NIGHTLY: "https://download.pytorch.org/whl/nightly/torch/"
TORCH_URL_STABLE: "https://download.pytorch.org/whl/cpu"

jobs:
Expand Down

0 comments on commit c78b361

Please sign in to comment.