Skip to content

Commit 3e34346

Browse files
committed
Release workflow: poetry-dyn-ver must be local install
1 parent cafbb56 commit 3e34346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: poetry config virtualenvs.in-project true
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip wheel
29+
python -m pip install --upgrade pip wheel poetry-dynamic-versioning
3030
poetry install
3131
- name: Get Version
3232
run: poetry-dynamic-versioning

0 commit comments

Comments
 (0)