Skip to content

Commit

Permalink
Fix py 3.12 build (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Dec 5, 2023
2 parents b6c4a97 + d004cac commit 69d3137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pip install --user pipx
pip install --user setuptools
pipx ensurepath
pipx install poetry==1.4.2
pipx install poetry
poetry config virtualenvs.in-project true
poetry install --with dev
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
Expand Down

0 comments on commit 69d3137

Please sign in to comment.