Skip to content

Commit 06c748f

Browse files
ci
1 parent 58e740e commit 06c748f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/prepare-poetry/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ runs:
4747
path: .venv
4848
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-1
4949

50+
- name: Install Poetry Plugins
51+
run: poetry self add "poetry-dynamic-versioning[plugin]"
52+
shell: bash
53+
5054
- name: Install dependencies and library
5155
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
5256
run: poetry install --no-interaction
5357
shell: bash
54-
55-
- name: Install Poetry Plugins
56-
run: poetry self add "poetry-dynamic-versioning[plugin]"
57-
shell: bash

0 commit comments

Comments
 (0)