Skip to content

Commit 7599acc

Browse files
committed
Fix GitHub action install-poetry version
1 parent 91b2e03 commit 7599acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
architecture: x64
2222
- name: Install and configure Poetry
23-
uses: snok/install-poetry@v1.1.6
23+
uses: snok/install-poetry@v1.3.3
2424
with:
25-
version: 1.3.3
25+
version: 1.2.2
2626
virtualenvs-in-project: true
2727
- name: Install dependencies
2828
run: poetry install --extras "dev"

0 commit comments

Comments
 (0)