Skip to content

Commit

Permalink
Make sure we build lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 31, 2024
1 parent 7216b77 commit f0fa15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linuxbrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: |
python3 -m venv test_venv
source test_venv/bin/activate
pip3 install --upgrade -r requirements-test.txt
pip3 install --upgrade --no-binary=lxml -r requirements-test.txt
pip3 install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
pytest -v --color=yes

0 comments on commit f0fa15f

Please sign in to comment.