Skip to content

Commit

Permalink
Use extra-index-url for aarch64 builds (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Aug 29, 2023
1 parent 0c3634c commit f50bd85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
source ./aarch64_linux/aarch64_ci_setup.sh
echo "/opt/conda/bin" >> $GITHUB_PATH
MATRIX_INSTALLATION=${MATRIX_INSTALLATION/"index-url"/"extra-index-url"}
export ENV_NAME="conda-env-${{ github.run_id }}"
export TARGET_OS="linux-aarch64"
export TORCH_ONLY=${{ inputs.torchonly }}
Expand Down

0 comments on commit f50bd85

Please sign in to comment.