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 8ed9255 commit c8ba2a4Copy full SHA for c8ba2a4
.github/workflows/ci-pytorch-test-conda.yml
@@ -67,8 +67,7 @@ jobs:
67
# adjust versions according installed Torch version
68
python ./requirements/pytorch/adjust-versions.py requirements/pytorch/extra.txt
69
python ./requirements/pytorch/adjust-versions.py requirements/pytorch/examples.txt
70
- pip install -r requirements/pytorch/devel.txt --find-links https://download.pytorch.org/whl/torch_stable.html
71
- pip install -r requirements/pytorch/strategies.txt
+ pip install -r requirements/pytorch/devel.txt -r requirements/pytorch/strategies.txt --find-links https://download.pytorch.org/whl/torch_stable.html
72
# set a per-test timeout of 2.5 minutes to fail sooner; this aids with hanging tests
73
pip install pytest-timeout
74
pip list
0 commit comments