We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975ee81 commit abdeeadCopy full SHA for abdeead
.github/workflows/tests.yml
@@ -34,13 +34,10 @@ jobs:
34
with:
35
python-version: ${{matrix.python-version}}
36
- name: Set up Poetry
37
- uses: abatilo/actions-poetry@v4
+ uses: RobertoRoos/actions-poetry@feature/plugins
38
39
poetry-version: "2.1.1"
40
- - name: Inject dynamic versioning
41
- if: startswith(matrix.os, 'windows')
42
- run: |
43
- pipx inject poetry "poetry-dynamic-versioning[plugin]"
+ poetry-plugins: ["poetry-dynamic-versioning[plugin]"]
44
- name: Install dependencies
45
run: |
46
poetry install --with dev
0 commit comments