Skip to content

Commit

Permalink
Allow pip to be used when installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 30, 2024
1 parent 806902d commit 43148c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manylinux2014-wheel-build/build_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 43148c6

Please sign in to comment.