diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee35ea..fe5f1ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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