Skip to content

Commit ec815b0

Browse files
authored
Update build.sh
1 parent 5ac8a22 commit ec815b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ echo $ENABLE_CONTRIB > contrib.enabled
1515
echo $ENABLE_HEADLESS > headless.enabled
1616
echo $ENABLE_ROLLING > rolling.enabled
1717
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
1821
build_wheel $REPO_DIR $PLAT

0 commit comments

Comments
 (0)