Skip to content

Commit

Permalink
Workaround Github Action issue
Browse files Browse the repository at this point in the history
Refs actions/runner#781, add LD_LIBRARY_PATH manually here for now
before an upstream fix is added.
  • Loading branch information
fantix committed Feb 10, 2021
1 parent f0b4fd4 commit c6d3c86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-manylinux-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ if [ "${PY_MAJOR}" -lt "4" -a "${PY_MINOR}" -lt "8" ]; then
ML_PYTHON_VERSION+="m"
fi

# Temporary workaround for https://github.com/actions/runner/issues/781
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib

# Compile wheels
PYTHON="/opt/python/${ML_PYTHON_VERSION}/bin/python"
PIP="/opt/python/${ML_PYTHON_VERSION}/bin/pip"
Expand Down

0 comments on commit c6d3c86

Please sign in to comment.