Skip to content

Commit

Permalink
Fix py 3.12 build VII
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 5, 2023
1 parent ba6d720 commit f92b675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adamtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
pipx ensurepath
pipx install poetry==1.4.2
poetry config virtualenvs.in-project true
poetry install --with dev
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
poetry install --with dev --verbose
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1" --verbose
- name: Run tests
run: |
Expand Down

0 comments on commit f92b675

Please sign in to comment.