Skip to content

Commit 7afaa94

Browse files
authored
fix build
1 parent e8e2659 commit 7afaa94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-crc32c/scripts/osx/build_python_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ OSX_DIR="${REPO_ROOT}/scripts/osx"
5959
VENV=${REPO_ROOT}/venv${PY_BIN}
6060
"python${PY_BIN}" -m venv ${VENV}
6161

62-
curl https://bootstrap.pypa.io/get-pip.py | ${VENV}/bin/python
62+
curl https://bootstrap.pypa.io/pip/3.9/get-pip.py | ${VENV}/bin/python
6363
${VENV}/bin/python -m pip install \
6464
--requirement ${REPO_ROOT}/scripts/dev-requirements.txt
6565

0 commit comments

Comments
 (0)