Skip to content

Commit

Permalink
Fix py 3.12 build VI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 5, 2023
1 parent d40fec8 commit ba6d720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,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 ba6d720

Please sign in to comment.