Skip to content

Commit e2344db

Browse files
malfetfacebook-github-bot
authored andcommitted
Use Python3.7 when running OSX builds/tests (#42191)
Summary: Pull Request resolved: #42191 Reviewed By: seemethere Differential Revision: D22801091 Pulled By: malfet fbshipit-source-id: b589343ef1bc6896d3d6d8d863f75aa3a102d985
1 parent 4c7fb8c commit e2344db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/pytorch/macos-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir -p ${WORKSPACE_DIR}
1515
# If a local installation of conda doesn't exist, we download and install conda
1616
if [ ! -d "${WORKSPACE_DIR}/miniconda3" ]; then
1717
mkdir -p ${WORKSPACE_DIR}
18-
curl --retry 3 https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o ${WORKSPACE_DIR}/miniconda3.sh
18+
curl --retry 3 https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.3-MacOSX-x86_64.sh -o ${WORKSPACE_DIR}/miniconda3.sh
1919
retry bash ${WORKSPACE_DIR}/miniconda3.sh -b -p ${WORKSPACE_DIR}/miniconda3
2020
fi
2121
export PATH="${WORKSPACE_DIR}/miniconda3/bin:$PATH"

0 commit comments

Comments
 (0)