File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,24 +48,22 @@ jobs:
4848 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4949 PY_ABI : ${{ matrix.python-abi }}
5050 MANYLINUX_IMAGE : ${{ matrix.image }}
51- LIBXML2_VERSION : ${{ env.LIBXML2_VERSION }}
52- LIBXSLT_VERSION : ${{ env.LIBXSLT_VERSION }}
5351 run : |
5452 set -euxo pipefail
5553 docker run --rm \
5654 -v "$PWD:$PWD" \
5755 -w "$PWD" \
5856 -e GH_TOKEN \
5957 -e PYXMLSEC_STATIC_DEPS \
60- -e LIBXML2_VERSION \
61- -e LIBXSLT_VERSION \
6258 -e PY_ABI \
6359 -e MANYLINUX_IMAGE \
6460 -e HOST_UID="$(id -u)" \
6561 -e HOST_GID="$(id -g)" \
6662 "quay.io/pypa/${MANYLINUX_IMAGE}" \
6763 sh -lc '
6864 set -eu
65+ # Make local build helpers importable for isolated PEP 517 backend subprocesses.
66+ export PYTHONPATH="$PWD${PYTHONPATH:+:${PYTHONPATH}}"
6967
7068 # Step: Install system build dependencies (manylinux only)
7169 echo "== [container] Step: Install system build dependencies (manylinux only) =="
You can’t perform that action at this time.
0 commit comments