Skip to content

Commit 60a305c

Browse files
committed
Release only change temporary fix aarch64 builds
1 parent 5294b9c commit 60a305c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ jobs:
149149
set -euxo pipefail
150150
source "${BUILD_ENV_FILE}"
151151
# shellcheck disable=SC2086
152+
# temporary change to force rlease aarch64 vision and audio builds use pre and hence install 2.1.0 torch
153+
if [[ ${ARCH} == 'aarch64' && ${CHANNEL} == 'test' ]]; then
154+
PIP_INSTALL_TORCH=${PIP_INSTALL_TORCH/"pip install"/"pip install --pre"}
155+
fi
152156
${CONDA_RUN} ${PIP_INSTALL_TORCH}
153157
- name: Run Pre-Script with Caching
154158
if: ${{ inputs.pre-script != '' }}

0 commit comments

Comments
 (0)