Skip to content

Commit

Permalink
Exclude faulty Poetry versions from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 27, 2024
1 parent 6cbe6cd commit dd3846a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- '1.7.1'
- '1.8.1'
exclude:
# install error: `TypeError: Expected maxsize to be an integer or None`
- python-version: '3.7'
poetry-version: '1.3.2'
- python-version: '3.7'
poetry-version: '1.5.1'

- python-version: '3.7'
poetry-version: '1.6.1'
- python-version: '3.7'
Expand Down

0 comments on commit dd3846a

Please sign in to comment.