Skip to content

Commit 5f2e014

Browse files
committed
Fix CI building wheels
1 parent 149e14e commit 5f2e014

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/build-manylinux-wheels.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ set -e -x
55
# Compile wheels
66
PYTHON="/opt/python/${PYTHON_VERSION}/bin/python"
77
PIP="/opt/python/${PYTHON_VERSION}/bin/pip"
8-
${PIP} install --upgrade pip wheel
9-
${PIP} install --upgrade setuptools
108
${PIP} install -r /io/.ci/requirements.txt
119
make -C /io/ PYTHON="${PYTHON}" ci-clean compile
1210
${PIP} wheel /io/ -w /io/dist/

0 commit comments

Comments
 (0)