From 43148c608bf3581d6fe4ceb3af5840326a12f78a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 30 Sep 2024 22:03:20 +1000 Subject: [PATCH] Allow pip to be used when installing dependencies --- manylinux2014-wheel-build/build_depends.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manylinux2014-wheel-build/build_depends.sh b/manylinux2014-wheel-build/build_depends.sh index 7f4784af..13c95326 100755 --- a/manylinux2014-wheel-build/build_depends.sh +++ b/manylinux2014-wheel-build/build_depends.sh @@ -25,4 +25,7 @@ export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH" yum install -y devtoolset-9-gcc devtoolset-9-gcc-c++ +PATH=/opt/_internal/tools/bin:$PATH +python3 -m ensurepip + . .github/workflows/wheels-dependencies.sh