Skip to content

Commit 291849e

Browse files
Update tests.yml
1 parent db373e9 commit 291849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317

318318
- name: Install dependencies
319319
run: |
320-
pip install --pre torch==${{ matrix.torch_version }} --index-url ${{ matrix.pypi_index }}
320+
pip install --pre torch~=${{ matrix.torch_version }}.dev0 --index-url ${{ matrix.pypi_index }}
321321
pip install -e ".[test]"
322322
pip install pytest-cov
323323

0 commit comments

Comments
 (0)