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 dbfc904 commit 759a1f3Copy full SHA for 759a1f3
.github/scripts/validate_binaries.sh
@@ -10,7 +10,7 @@ else
10
export OLD_PATH=${PATH}
11
# Workaround macos-arm64 runners. Issue: https://github.com/pytorch/test-infra/issues/4342
12
if [[ ${TARGET_OS} == 'macos-arm64' ]]; then
13
- export PATH=${CONDA_PREFIX}:${PATH}
+ export PATH="${CONDA_PREFIX}/bin:${PATH}"
14
fi
15
16
# Make sure we remove previous installation if it exists, this issue seems to affect only
0 commit comments