Skip to content

Commit abdeead

Browse files
committed
Testing fork of poetry action
1 parent 975ee81 commit abdeead

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ jobs:
3434
with:
3535
python-version: ${{matrix.python-version}}
3636
- name: Set up Poetry
37-
uses: abatilo/actions-poetry@v4
37+
uses: RobertoRoos/actions-poetry@feature/plugins
3838
with:
3939
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]"
40+
poetry-plugins: ["poetry-dynamic-versioning[plugin]"]
4441
- name: Install dependencies
4542
run: |
4643
poetry install --with dev

0 commit comments

Comments
 (0)