Skip to content

Commit 833d4d0

Browse files
authored
Merge branch 'main' into FGI-1575_manage_connected_accounts
2 parents 5588839 + f4311d4 commit 833d4d0

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)