We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeb5f3 commit 237e011Copy full SHA for 237e011
tools/gha_manylinux.sh
@@ -72,7 +72,7 @@ make -j4 install
72
73
# Build the heyoka.py wheel.
74
cd ${GITHUB_WORKSPACE}
75
-pip wheel . -v
+/opt/python/${PYTHON_DIR}/bin/pip wheel . -v
76
# Repair it.
77
# NOTE: this is temporary because some libraries in the docker
78
# image are installed in lib64 rather than lib and they are
0 commit comments