We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d748e3 commit 7088624Copy full SHA for 7088624
1 file changed
.github/workflows/test.yml
@@ -69,7 +69,7 @@ jobs:
69
pipx install poetry==1.4.2
70
poetry config virtualenvs.in-project true
71
poetry install --with dev
72
- poetry self add "poetry-dynamic-versioning[plugin]"
+ poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
73
74
- name: Run tests
75
if: ${{ matrix.python-version != '3.7' }}
0 commit comments