File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271271 command : |
272272 set -x
273273 source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
274- conda install -v -y -c pytorch-nightly -c pytorch-test pytorch
274+ conda install -v -y -c pytorch-test -c pytorch-nightly pytorch
275275 conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
276276 - run :
277277 name : smoke test
@@ -311,7 +311,7 @@ jobs:
311311 conda env remove -n python${PYTHON_VERSION} || true
312312 conda create -yn python${PYTHON_VERSION} python=${PYTHON_VERSION}
313313 conda activate python${PYTHON_VERSION}
314- conda install -v -y -c pytorch-nightly -c pytorch-test pytorch
314+ conda install -v -y -c pytorch-test -c pytorch-nightly pytorch
315315 conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
316316 - run :
317317 name : smoke test
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271271 command: |
272272 set -x
273273 source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
274- conda install -v -y -c pytorch-nightly -c pytorch-test pytorch
274+ conda install -v -y -c pytorch-test -c pytorch-nightly pytorch
275275 conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
276276 - run:
277277 name: smoke test
@@ -311,7 +311,7 @@ jobs:
311311 conda env remove -n python${PYTHON_VERSION} || true
312312 conda create -yn python${PYTHON_VERSION} python=${PYTHON_VERSION}
313313 conda activate python${PYTHON_VERSION}
314- conda install -v -y -c pytorch-nightly -c pytorch-test pytorch
314+ conda install -v -y -c pytorch-test -c pytorch-nightly pytorch
315315 conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
316316 - run:
317317 name: smoke test
You can’t perform that action at this time.
0 commit comments