Skip to content

Commit 47a0c8e

Browse files
committed
.circleci: Put pytorch-test into a higher priority
pytorch-nightly was getting prioritized over pytorch-nightly which shouldn't be the case Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
1 parent 4fe26ed commit 47a0c8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)