Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 4, 2023
1 parent 5d748e3 commit 7088624
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 @@ -69,7 +69,7 @@ jobs:
pipx install poetry==1.4.2
poetry config virtualenvs.in-project true
poetry install --with dev
poetry self add "poetry-dynamic-versioning[plugin]"
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
- name: Run tests
if: ${{ matrix.python-version != '3.7' }}
Expand Down

0 comments on commit 7088624

Please sign in to comment.