Skip to content

Commit 39609db

Browse files
committed
Update release workflow
1 parent 72a71b0 commit 39609db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
pipx ensurepath
6363
pipx install poetry==1.4.2
6464
poetry config virtualenvs.in-project true
65-
poetry self add "poetry-dynamic-versioning[plugin]"
6665
poetry install --with dev
66+
poetry self add "poetry-dynamic-versioning[plugin]"
6767
6868
- name: Run tests
6969
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
pip install --user pipx
3232
pipx ensurepath
3333
pipx install poetry==1.4.2
34-
poetry self add "poetry-dynamic-versioning[plugin]"
3534
poetry config virtualenvs.in-project true
3635
poetry install --with dev
36+
poetry self add "poetry-dynamic-versioning[plugin]"
3737
3838
- name: Build release
3939
run: |

0 commit comments

Comments
 (0)