Skip to content

Commit f4311d4

Browse files
Merge pull request #73 from auth0/chore/standardize-poetry-version
chore: Standardize Poetry version to 2.2.1 across all workflows
2 parents fe57431 + c9b3adb commit f4311d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
pip install --user --upgrade pip
7878
pip install --user pipx
7979
pipx ensurepath
80-
pipx install poetry
80+
pipx install poetry==2.2.1
8181
poetry config virtualenvs.in-project true
8282
poetry install --with dev
8383
poetry self add "poetry-dynamic-versioning[plugin]"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Poetry
3737
uses: snok/install-poetry@v1
3838
with:
39-
version: latest
39+
version: 2.2.1
4040
virtualenvs-create: true
4141
virtualenvs-in-project: true
4242
installer-parallel: true

0 commit comments

Comments
 (0)