We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b4fd4 commit c6d3c86Copy full SHA for c6d3c86
.github/workflows/build-manylinux-wheels.sh
@@ -10,6 +10,9 @@ if [ "${PY_MAJOR}" -lt "4" -a "${PY_MINOR}" -lt "8" ]; then
10
ML_PYTHON_VERSION+="m"
11
fi
12
13
+# Temporary workaround for https://github.com/actions/runner/issues/781
14
+export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
15
+
16
# Compile wheels
17
PYTHON="/opt/python/${ML_PYTHON_VERSION}/bin/python"
18
PIP="/opt/python/${ML_PYTHON_VERSION}/bin/pip"
0 commit comments