Skip to content

Commit 6109b42

Browse files
nope need the plugin explicitly installed
1 parent d9cbabc commit 6109b42

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/test-upstream.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- python-version: "3.10"
2525
pydantic-version: "1"
2626
runs-on: ${{ matrix.os }}
27+
env:
28+
POETRY_VIRTUALENVS_IN_PROJECT: true
2729

2830
steps:
2931

@@ -55,11 +57,11 @@ jobs:
5557
with:
5658
python-version: ${{ matrix.python-version }}
5759

58-
- name: install poetry
59-
uses: snok/install-poetry@v1
60-
with:
61-
virtualenvs-create: true
62-
virtualenvs-in-project: true
60+
- name: Install poetry
61+
run: pipx install poetry
62+
63+
- name: Install dynamic versioning plugin
64+
run: poetry self add "poetry-dynamic-versioning[plugin]"
6365

6466
- name: Load cached venv
6567
id: cached-poetry-dependencies

0 commit comments

Comments
 (0)