@@ -39,11 +39,7 @@ commands:
39
39
- run:
40
40
name: adding UPLOAD_CHANNEL to BASH_ENV
41
41
command: |
42
- our_upload_channel=nightly
43
- # On tags upload to test instead
44
- if [[ -n "${CIRCLE_TAG}" ]]; then
45
- our_upload_channel=test
46
- fi
42
+ our_upload_channel=test
47
43
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
48
44
49
45
brew_update:
@@ -146,7 +142,7 @@ commands:
146
142
default: true
147
143
steps:
148
144
- pip_install:
149
- args: --pre torch --extra-index-url https://download.pytorch.org/whl/nightly /cpu
145
+ args: --pre torch --extra-index-url https://download.pytorch.org/whl/test /cpu/torch_test.html
150
146
descr: Install PyTorch from nightly releases
151
147
- pip_install:
152
148
args: --no-build-isolation <<# parameters.editable >> --editable <</ parameters.editable >> .
@@ -637,7 +633,7 @@ jobs:
637
633
set -x
638
634
source /usr/local/etc/profile.d/conda.sh && conda activate python${PYTHON_VERSION}
639
635
- pip_install:
640
- args: $(ls ~/workspace/torchvision*.whl) --pre -f https://download.pytorch.org/whl/nightly/torch_nightly .html
636
+ args: $(ls ~/workspace/torchvision*.whl) --pre -f https://download.pytorch.org/whl/test/torch_test .html
641
637
- run:
642
638
name: smoke test
643
639
command: |
@@ -706,7 +702,7 @@ jobs:
706
702
conda create -yn python${PYTHON_VERSION} python=${PYTHON_VERSION}
707
703
conda activate python${PYTHON_VERSION}
708
704
- pip_install:
709
- args: $(ls ~/workspace/torchvision*.whl) --pre -f https://download.pytorch.org/whl/nightly/torch_nightly .html
705
+ args: $(ls ~/workspace/torchvision*.whl) --pre -f https://download.pytorch.org/whl/test/torch_test .html
710
706
- run:
711
707
name: smoke test
712
708
command: |
0 commit comments