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:
271
271
command : |
272
272
set -x
273
273
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
275
275
conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
276
276
- run :
277
277
name : smoke test
@@ -311,7 +311,7 @@ jobs:
311
311
conda env remove -n python${PYTHON_VERSION} || true
312
312
conda create -yn python${PYTHON_VERSION} python=${PYTHON_VERSION}
313
313
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
315
315
conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
316
316
- run :
317
317
name : smoke test
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271
271
command: |
272
272
set -x
273
273
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
275
275
conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
276
276
- run:
277
277
name: smoke test
@@ -311,7 +311,7 @@ jobs:
311
311
conda env remove -n python${PYTHON_VERSION} || true
312
312
conda create -yn python${PYTHON_VERSION} python=${PYTHON_VERSION}
313
313
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
315
315
conda install -v -y $(ls ~/workspace/torchaudio*.tar.bz2)
316
316
- run:
317
317
name: smoke test
You can’t perform that action at this time.
0 commit comments