File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ jobs:
137
137
set -ex
138
138
. packaging/pkg_helpers.bash
139
139
140
- export CONDA_CHANNEL_FLAGS=" "
140
+ export CONDA_CHANNEL=" -c pytorch-nightly "
141
141
if [[ $CHANNEL == "test" ]]; then
142
142
setup_cuda
143
143
setup_base_build_version
144
- export CONDA_CHANNEL_FLAGS=" pytorch-test"
144
+ export CONDA_CHANNEL="-c pytorch-test"
145
145
setup_macos
146
146
else
147
147
setup_cuda
@@ -156,7 +156,7 @@ jobs:
156
156
setup_conda_pytorch_constraint
157
157
setup_conda_cudatoolkit_constraint
158
158
setup_visual_studio_constraint
159
- conda build -c defaults $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchaudio
159
+ conda build -c defaults $CONDA_CHANNEL --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchaudio
160
160
mkdir -p dist
161
161
cp ~/miniconda3/conda-bld/osx-arm64/*.tar.bz2 dist/
162
162
- name : Upload package to GitHub
You can’t perform that action at this time.
0 commit comments