We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db373e9 commit 291849eCopy full SHA for 291849e
.github/workflows/tests.yml
@@ -317,7 +317,7 @@ jobs:
317
318
- name: Install dependencies
319
run: |
320
- pip install --pre torch==${{ matrix.torch_version }} --index-url ${{ matrix.pypi_index }}
+ pip install --pre torch~=${{ matrix.torch_version }}.dev0 --index-url ${{ matrix.pypi_index }}
321
pip install -e ".[test]"
322
pip install pytest-cov
323
0 commit comments