Skip to content

Commit 7769ad0

Browse files
committed
Testing
1 parent 58e28ab commit 7769ad0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,20 @@ jobs:
133133
. packaging/pkg_helpers.bash
134134
135135
if [[ $CHANNEL == "test" ]]; then
136+
setup_cuda
136137
setup_base_build_version
138+
setup_macos
137139
else
140+
setup_cuda
138141
setup_build_version
142+
setup_macos
139143
fi
140144
141145
setup_conda_pytorch_constraint
146+
setup_conda_cudatoolkit_constraint
147+
setup_visual_studio_constraint
148+
setup_junit_results_folder
149+
142150
export SOURCE_ROOT_DIR=$(pwd)
143151
conda build -c defaults $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchvision
144152
mkdir -p dist

0 commit comments

Comments
 (0)