Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7088624

Browse files
committed
Fix build
1 parent 5d748e3 commit 7088624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pipx install poetry==1.4.2
7070
poetry config virtualenvs.in-project true
7171
poetry install --with dev
72-
poetry self add "poetry-dynamic-versioning[plugin]"
72+
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
7373
7474
- name: Run tests
7575
if: ${{ matrix.python-version != '3.7' }}

0 commit comments

Comments
 (0)