Skip to content

Commit 5129c59

Browse files
CI: test with final torch 2.8.0 release version
1 parent 19fe95a commit 5129c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Install dependencies
146146
run: |
147-
pip install torch==${{ matrix.torch_version }} --index-url https://download.pytorch.org/whl/${{ (matrix.torch_version == '2.8.0' && 'test/cpu') || 'cpu' }}
147+
pip install torch==${{ matrix.torch_version }} --index-url https://download.pytorch.org/whl/cpu
148148
pip install -e ".[test]"
149149
pip install pytest-cov
150150
@@ -372,7 +372,7 @@ jobs:
372372
pypi_index: "https://download.pytorch.org/whl/cu128"
373373
- cuda_version: "12.9.1"
374374
torch_version: "2.8.0"
375-
pypi_index: "https://download.pytorch.org/whl/test/cu129"
375+
pypi_index: "https://download.pytorch.org/whl/cu129"
376376

377377

378378
# Linux L40S runners

0 commit comments

Comments
 (0)