summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-13 10:47:52 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-13 10:47:52 +0100
commitb848b82e2ffd25d6a59271d4d80c2b3e0c2fdae3 (patch)
treedb6b1eba8202603b115956794a016ce058a19ffb
parent487a1943167909839c838c6d837ec4c792778baa (diff)
downloadpython-lxml-b848b82e2ffd25d6a59271d4d80c2b3e0c2fdae3.tar.gz
Try to fix CI "setup.py install" in Py3.11.
-rw-r--r--tools/ci-run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci-run.sh b/tools/ci-run.sh
index 0d45329a..db3c7e87 100644
--- a/tools/ci-run.sh
+++ b/tools/ci-run.sh
@@ -72,6 +72,7 @@ ccache -s || true
# Run tests
CFLAGS="$TEST_CFLAGS" PYTHONUNBUFFERED=x make test || exit 1
+python setup.py build || exit 1
python setup.py install || exit 1
python -c "from lxml import etree" || exit 1