Skip to content

Commit

Permalink
ci: Use lxml<5 on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 28, 2024
1 parent 05578e2 commit 0fa340e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
cache: pip
cache-dependency-path: setup.py
- run: pip install .[test] coveralls
- if: matrix.python-version == '3.8'
run: pip install 'lxml<5'
- env:
LANG: en_US.UTF-8
PYTHONIOENCODING: utf-8
Expand Down

0 comments on commit 0fa340e

Please sign in to comment.