Skip to content

Commit 759a1f3

Browse files
committed
testing
1 parent dbfc904 commit 759a1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
export OLD_PATH=${PATH}
1111
# Workaround macos-arm64 runners. Issue: https://github.com/pytorch/test-infra/issues/4342
1212
if [[ ${TARGET_OS} == 'macos-arm64' ]]; then
13-
export PATH=${CONDA_PREFIX}:${PATH}
13+
export PATH="${CONDA_PREFIX}/bin:${PATH}"
1414
fi
1515

1616
# Make sure we remove previous installation if it exists, this issue seems to affect only

0 commit comments

Comments
 (0)