Skip to content

Commit f0fa15f

Browse files
committed
Make sure we build lxml
1 parent 7216b77 commit f0fa15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linuxbrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: |
3232
python3 -m venv test_venv
3333
source test_venv/bin/activate
34-
pip3 install --upgrade -r requirements-test.txt
34+
pip3 install --upgrade --no-binary=lxml -r requirements-test.txt
3535
pip3 install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
3636
pytest -v --color=yes

0 commit comments

Comments
 (0)