mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Skip CI checks on Python 3.11 x Windows (#752)
There are no available binary wheels for lxml for Windows & Python 3.11 yet: https://bugs.launchpad.net/lxml/+bug/1977998 Until that's resolved, let's skip tests in this configuration.
This commit is contained in:
parent
79cf251896
commit
1f5f16aa77
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -16,6 +16,10 @@ jobs:
|
|||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-alpha - 3.11"]
|
||||
parser: [pure, native]
|
||||
exclude:
|
||||
# skip these builds until https://bugs.launchpad.net/lxml/+bug/1977998 is resolved
|
||||
- os: windows-latest
|
||||
python-version: "3.11.0-alpha - 3.11"
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-python@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue