Skip to content

Commit 0fa340e

Browse files
committed
ci: Use lxml<5 on Python 3.8
1 parent 05578e2 commit 0fa340e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cache: pip
2525
cache-dependency-path: setup.py
2626
- run: pip install .[test] coveralls
27+
- if: matrix.python-version == '3.8'
28+
run: pip install 'lxml<5'
2729
- env:
2830
LANG: en_US.UTF-8
2931
PYTHONIOENCODING: utf-8

0 commit comments

Comments
 (0)