Skip to content

Commit

Permalink
Exclude platforms where lxml fails to install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 23, 2022
1 parent 1c77d6e commit 14dcd93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
# lxml fails to build on Windows
# https://bugs.launchpad.net/lxml/+bug/1977998
- platform: windows-latest
python: ~3.11.0-0
python: "3.11"
# lxml fails to build on Python 3.12
- python: "3.12"
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 14dcd93

Please sign in to comment.