Skip to content

Commit

Permalink
ci: Pin Poetry to 1.8.5
Browse files Browse the repository at this point in the history
Poetry 2.0.0 removes the `export` plugin the license check relies on. Additionally it requires Python 3.9 or later and I still want to support older Python versions.
  • Loading branch information
thehale committed Jan 9, 2025
1 parent 349872c commit eacad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- uses: actions/setup-python@v4
with:
python-version: "3.8"
Expand Down

0 comments on commit eacad65

Please sign in to comment.