Skip to content

Commit 02c9479

Browse files
committed
bump poetry
1 parent fab6089 commit 02c9479

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.2.2
2424
with:
25-
version: 1.1.6
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)