From fefdba203db85d1b5990eb4dec2cb9ba00aba831 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 5 Sep 2023 09:56:01 -0400 Subject: [PATCH] Revert "Release only change temporary fix aarch64 builds (#4544)" This reverts commit b0448e1fa66c547c254fc4890c3cee043a6594fb. --- .github/workflows/build_wheels_linux.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build_wheels_linux.yml b/.github/workflows/build_wheels_linux.yml index 96b72b592e..a0470ee9cf 100644 --- a/.github/workflows/build_wheels_linux.yml +++ b/.github/workflows/build_wheels_linux.yml @@ -149,10 +149,6 @@ jobs: set -euxo pipefail source "${BUILD_ENV_FILE}" # shellcheck disable=SC2086 - # temporary change to force rlease aarch64 vision and audio builds use pre and hence install 2.1.0 torch - if [[ "${ARCH}" == "aarch64" ]]; then - PIP_INSTALL_TORCH=${PIP_INSTALL_TORCH/"pip install"/"pip install --pre"} - fi ${CONDA_RUN} ${PIP_INSTALL_TORCH} - name: Run Pre-Script with Caching if: ${{ inputs.pre-script != '' }}