We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e740e commit 06c748fCopy full SHA for 06c748f
1 file changed
.github/actions/prepare-poetry/action.yml
@@ -47,11 +47,11 @@ runs:
47
path: .venv
48
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-1
49
50
+ - name: Install Poetry Plugins
51
+ run: poetry self add "poetry-dynamic-versioning[plugin]"
52
+ shell: bash
53
+
54
- name: Install dependencies and library
55
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
56
run: poetry install --no-interaction
57
shell: bash
-
- - name: Install Poetry Plugins
- run: poetry self add "poetry-dynamic-versioning[plugin]"
- shell: bash
0 commit comments