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 4c7fb8c commit e2344dbCopy full SHA for e2344db
.jenkins/pytorch/macos-common.sh
@@ -15,7 +15,7 @@ mkdir -p ${WORKSPACE_DIR}
15
# If a local installation of conda doesn't exist, we download and install conda
16
if [ ! -d "${WORKSPACE_DIR}/miniconda3" ]; then
17
mkdir -p ${WORKSPACE_DIR}
18
- curl --retry 3 https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o ${WORKSPACE_DIR}/miniconda3.sh
+ curl --retry 3 https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.3-MacOSX-x86_64.sh -o ${WORKSPACE_DIR}/miniconda3.sh
19
retry bash ${WORKSPACE_DIR}/miniconda3.sh -b -p ${WORKSPACE_DIR}/miniconda3
20
fi
21
export PATH="${WORKSPACE_DIR}/miniconda3/bin:$PATH"
0 commit comments