Skip to content

Commit f6b1270

Browse files
authored
Merge pull request #808 from linshokaku/fix-nightly-test-5
Update PyTorch installation in nightly test workflow
2 parents 8f03af2 + c774d36 commit f6b1270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-test-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install
2626
run: |
2727
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
28+
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
2929
# Test PPE is importable with minimum dependency
3030
python -c 'import pytorch_pfn_extras'
3131

0 commit comments

Comments
 (0)