Skip to content

Commit 1e281be

Browse files
authored
Temporary change test aarch64 builds (#1514)
1 parent 894baac commit 1e281be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-aarch64-linux-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
source ./aarch64_linux/aarch64_ci_setup.sh
7070
echo "/opt/conda/bin" >> $GITHUB_PATH
7171
72+
# todo: Remove after aarch64 filename is fixed
73+
export MATRIX_INSTALLATION=${MATRIX_INSTALLATION/"pip3 install"/"pip3 install --pre"}
74+
7275
export ENV_NAME="conda-env-${{ github.run_id }}"
7376
export TARGET_OS="linux-aarch64"
7477
export TORCH_ONLY=${{ inputs.torchonly }}

0 commit comments

Comments
 (0)