Skip to content

Commit f692944

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

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,7 +141,7 @@ jobs:
141141
if [[ $CHANNEL == "test" ]]; then
142142
setup_cuda
143143
setup_base_build_version
144-
export CONDA_CHANNEL_FLAGS="pytorch-test"
144+
export CONDA_CHANNEL_FLAGS="-c pytorch-test"
145145
setup_macos
146146
else
147147
setup_cuda

0 commit comments

Comments
 (0)