We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1dd8d commit 4d15944Copy full SHA for 4d15944
.github/workflows/manylinux.yml
@@ -64,6 +64,8 @@ jobs:
64
set -eu
65
# Make local build helpers importable for isolated PEP 517 backend subprocesses.
66
export PYTHONPATH="$PWD${PYTHONPATH:+:${PYTHONPATH}}"
67
+ # Ensure dependency archives are read from the restored workspace cache even in isolated builds.
68
+ export PYXMLSEC_LIBS_DIR="$PWD/libs"
69
70
# Step: Install system build dependencies (manylinux only)
71
echo "== [container] Step: Install system build dependencies (manylinux only) =="
0 commit comments