Skip to content

Commit

Permalink
Fix py 3.12 build VIII
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 5, 2023
1 parent f92b675 commit 843132a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adamtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install --user --upgrade pip
pip install --user pipx
pipx ensurepath
pipx install poetry==1.4.2
pipx install poetry
poetry config virtualenvs.in-project true
poetry install --with dev --verbose
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1" --verbose
Expand Down

0 comments on commit 843132a

Please sign in to comment.