We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894baac commit 1e281beCopy full SHA for 1e281be
.github/workflows/validate-aarch64-linux-binaries.yml
@@ -69,6 +69,9 @@ jobs:
69
source ./aarch64_linux/aarch64_ci_setup.sh
70
echo "/opt/conda/bin" >> $GITHUB_PATH
71
72
+ # todo: Remove after aarch64 filename is fixed
73
+ export MATRIX_INSTALLATION=${MATRIX_INSTALLATION/"pip3 install"/"pip3 install --pre"}
74
+
75
export ENV_NAME="conda-env-${{ github.run_id }}"
76
export TARGET_OS="linux-aarch64"
77
export TORCH_ONLY=${{ inputs.torchonly }}
0 commit comments