Skip to content

Commit

Permalink
Unpin conda on aarch64
Browse files Browse the repository at this point in the history
Similar to #1721
  • Loading branch information
huydhn committed Mar 26, 2024
1 parent 89699bc commit 46c340f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [[ ${MATRIX_PACKAGE_TYPE} == "libtorch" ]]; then
unzip libtorch.zip
else

if [[ ${TARGET_OS} == 'macos-arm64' ]]; then
if [[ ${TARGET_OS} == 'macos-arm64' ]] || [[ ${TARGET_OS} == 'linux-aarch64' ]]; then
conda update -y -n base -c defaults conda
else
# Conda pinned see issue: https://github.com/ContinuumIO/anaconda-issues/issues/13350
Expand Down

0 comments on commit 46c340f

Please sign in to comment.