We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e2659 commit 7afaa94Copy full SHA for 7afaa94
1 file changed
packages/google-crc32c/scripts/osx/build_python_wheel.sh
@@ -59,7 +59,7 @@ OSX_DIR="${REPO_ROOT}/scripts/osx"
59
VENV=${REPO_ROOT}/venv${PY_BIN}
60
"python${PY_BIN}" -m venv ${VENV}
61
62
-curl https://bootstrap.pypa.io/get-pip.py | ${VENV}/bin/python
+curl https://bootstrap.pypa.io/pip/3.9/get-pip.py | ${VENV}/bin/python
63
${VENV}/bin/python -m pip install \
64
--requirement ${REPO_ROOT}/scripts/dev-requirements.txt
65
0 commit comments