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 5ac8a22 commit ec815b0Copy full SHA for ec815b0
scripts/build.sh
@@ -15,4 +15,7 @@ echo $ENABLE_CONTRIB > contrib.enabled
15
echo $ENABLE_HEADLESS > headless.enabled
16
echo $ENABLE_ROLLING > rolling.enabled
17
set -x
18
+python3.9 -m ensurepip --upgrade || true
19
+python3.9 -m pip install --upgrade pip setuptools wheel
20
+python3.9 -m pip install scikit-build toml cmake ninja
21
build_wheel $REPO_DIR $PLAT
0 commit comments