File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -391,8 +391,8 @@ jobs:
391391 conda env remove -n python${PYTHON_VERSION} || true
392392 conda create -yn python${PYTHON_VERSION} python=${PYTHON_VERSION}
393393 conda activate python${PYTHON_VERSION}
394- conda install -v -y -c pytorch-${UPLOAD_CHANNEL} pytorch
395- conda install -v -y -c file:///C:/Users/circleci/ workspace/conda-bld torchaudio
394+ conda install -v -y -c pytorch-${UPLOAD_CHANNEL} pytorch cpuonly
395+ conda install -v -y $(ls ~/ workspace/torchaudio*.tar.bz2)
396396 - run:
397397 name: smoke test
398398 command: |
Original file line number Diff line number Diff line change @@ -28,11 +28,9 @@ ENV PATH /opt/conda/bin:$PATH
2828RUN conda create -y --name python3.6 python=3.6
2929RUN conda create -y --name python3.7 python=3.7
3030RUN conda create -y --name python3.8 python=3.8
31- RUN conda create -y --name python3.9 python=3.9
3231SHELL [ "/bin/bash" , "-c" ]
3332RUN echo "source /usr/local/etc/profile.d/conda.sh" >> ~/.bashrc
3433RUN source /usr/local/etc/profile.d/conda.sh && conda activate python3.6 && conda install -y -c conda-forge sox && conda install -y numpy
3534RUN source /usr/local/etc/profile.d/conda.sh && conda activate python3.7 && conda install -y -c conda-forge sox && conda install -y numpy
3635RUN source /usr/local/etc/profile.d/conda.sh && conda activate python3.8 && conda install -y -c conda-forge sox && conda install -y numpy
37- RUN source /usr/local/etc/profile.d/conda.sh && conda activate python3.9 && conda install -y -c conda-forge sox && conda install -y numpy
3836CMD [ "/bin/bash" ]
You can’t perform that action at this time.
0 commit comments