Skip to content

Commit

Permalink
Remove workaround for iiasa#494 due to new lxml release
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Dec 20, 2023
1 parent 6cab755 commit 4fd35ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
run: echo "RETICULATE_PYTHON=$pythonLocation" >> $GITHUB_ENV
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"

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

0 comments on commit 4fd35ec

Please sign in to comment.