Skip to content

Commit

Permalink
Remove workaround for #494
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jan 8, 2024
1 parent 9e15da9 commit ef632e8
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' && matrix.os == 'macos-latest'
run: pip install "lxml == 4.9.2"

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

0 comments on commit ef632e8

Please sign in to comment.