Skip to content

Commit

Permalink
Update validate-aarch64-linux-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Sep 3, 2024
1 parent 543e421 commit 2feb328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ jobs:
export AUDIO_RELEASE_VERSION=${{ fromJson(inputs.release-matrix).torchaudio }}
fi
if [[ ${{ matrix.gpu_arch_version }} == "cuda-aarch64" ]]; then
export TORCH_ONLY=true
fi
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
eval "$(conda shell.bash hook)"
Expand Down

0 comments on commit 2feb328

Please sign in to comment.