Skip to content

Commit 15db0ae

Browse files
Merge branch 'main' of https://github.com/auth0/auth0-server-python into feat/custom-token-exchange
2 parents ad960ed + f4311d4 commit 15db0ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)