Skip to content

Commit fefdba2

Browse files
authored
Revert "Release only change temporary fix aarch64 builds (#4544)"
This reverts commit b0448e1.
1 parent b0448e1 commit fefdba2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ 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" ]]; then
154-
PIP_INSTALL_TORCH=${PIP_INSTALL_TORCH/"pip install"/"pip install --pre"}
155-
fi
156152
${CONDA_RUN} ${PIP_INSTALL_TORCH}
157153
- name: Run Pre-Script with Caching
158154
if: ${{ inputs.pre-script != '' }}

0 commit comments

Comments
 (0)