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.
2 parents 8f03af2 + c774d36 commit f6b1270Copy full SHA for f6b1270
.github/workflows/nightly-test-cpu.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install
26
run: |
27
pip install -U pip wheel
28
- pip install -v -e . -r ./tests/requirements.txt --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu
+ pip install -v -e . -r ./tests/requirements.txt "torch>=0.0.0a1" "torchvision>=0.0.0a1" "torchaudio>=0.0.0a1" --extra-index-url https://download.pytorch.org/whl/nightly/cpu
29
# Test PPE is importable with minimum dependency
30
python -c 'import pytorch_pfn_extras'
31
0 commit comments