We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05578e2 commit 0fa340eCopy full SHA for 0fa340e
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
cache: pip
25
cache-dependency-path: setup.py
26
- run: pip install .[test] coveralls
27
+ - if: matrix.python-version == '3.8'
28
+ run: pip install 'lxml<5'
29
- env:
30
LANG: en_US.UTF-8
31
PYTHONIOENCODING: utf-8
0 commit comments