Skip to content

Commit c8ba2a4

Browse files
awaelchlilexierule
authored andcommitted
Combine the pip install commands in conda workflow (#14744)
1 parent 8ed9255 commit c8ba2a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-pytorch-test-conda.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
# adjust versions according installed Torch version
6868
python ./requirements/pytorch/adjust-versions.py requirements/pytorch/extra.txt
6969
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
70+
pip install -r requirements/pytorch/devel.txt -r requirements/pytorch/strategies.txt --find-links https://download.pytorch.org/whl/torch_stable.html
7271
# set a per-test timeout of 2.5 minutes to fail sooner; this aids with hanging tests
7372
pip install pytest-timeout
7473
pip list

0 commit comments

Comments
 (0)