Skip to content

Commit

Permalink
Remove workflow for Poetry 1.2.0 since the lockfile is no longer comp…
Browse files Browse the repository at this point in the history
…atible
  • Loading branch information
mtkennerly committed Jul 11, 2023
1 parent a93a76b commit 322fe62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.7'
- run: |
pip install poetry==1.2.0
pip install poetry==1.2.2
poetry install
poetry run pre-commit run --all-files --show-diff-on-failure
Expand All @@ -29,7 +29,6 @@ jobs:
- '3.10'
- '3.11'
poetry-version:
- '1.2.0'
- '1.2.2'
- '1.3.2'
- '1.4.2'
Expand Down

0 comments on commit 322fe62

Please sign in to comment.