Skip to content

Commit

Permalink
Adapt workaround for #494 due to new lxml release (#503)
Browse files Browse the repository at this point in the history
* Adapt workaround for #494 due to new lxml release
  • Loading branch information
glatterf42 authored Dec 20, 2023
1 parent 6cab755 commit d92cfcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
shell: bash

- name: Work around https://bugs.launchpad.net/lxml/+bug/2035206
if: matrix.python-version == '3.8'
run: pip install "lxml != 4.9.3"
if: matrix.python-version == '3.8' && matrix.os == 'macos-latest'
run: pip install "lxml == 4.9.2"

- name: Install Python package and dependencies
# [docs] contains [tests], which contains [report,tutorial]
Expand Down

0 comments on commit d92cfcd

Please sign in to comment.