Skip to content

Commit f50bd85

Browse files
authored
Use extra-index-url for aarch64 builds (#1503)
1 parent 0c3634c commit f50bd85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
source ./aarch64_linux/aarch64_ci_setup.sh
7070
echo "/opt/conda/bin" >> $GITHUB_PATH
7171
72+
MATRIX_INSTALLATION=${MATRIX_INSTALLATION/"index-url"/"extra-index-url"}
73+
7274
export ENV_NAME="conda-env-${{ github.run_id }}"
7375
export TARGET_OS="linux-aarch64"
7476
export TORCH_ONLY=${{ inputs.torchonly }}

0 commit comments

Comments
 (0)