Skip to content

Commit 6662d6e

Browse files
committed
Making sure channel flag is set correctly
1 parent 48a45ea commit 6662d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-m1-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
if [[ $CHANNEL == "test" ]]; then
142142
setup_cuda
143143
setup_base_build_version
144-
export CONDA_CHANNEL_FLAGS="pytorch-test"
145144
setup_macos
145+
export CONDA_CHANNEL_FLAGS="-c pytorch-test"
146146
else
147147
setup_cuda
148148
setup_build_version

0 commit comments

Comments
 (0)