Skip to content

Commit

Permalink
Try to fix CI "setup.py install" in Py3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 13, 2022
1 parent 487a194 commit b848b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci-run.sh
Expand Up @@ -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

Expand Down

0 comments on commit b848b82

Please sign in to comment.