Skip to content

Commit 237e011

Browse files
committed
Fix pip invocation.
1 parent caeb5f3 commit 237e011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gha_manylinux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ make -j4 install
7272

7373
# Build the heyoka.py wheel.
7474
cd ${GITHUB_WORKSPACE}
75-
pip wheel . -v
75+
/opt/python/${PYTHON_DIR}/bin/pip wheel . -v
7676
# Repair it.
7777
# NOTE: this is temporary because some libraries in the docker
7878
# image are installed in lib64 rather than lib and they are

0 commit comments

Comments
 (0)