We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab6089 commit 02c9479Copy full SHA for 02c9479
.github/workflows/pythonpackage.yml
@@ -20,9 +20,9 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
architecture: x64
22
- name: Install and configure Poetry
23
- uses: snok/install-poetry@v1.1.6
+ uses: snok/install-poetry@v1.2.2
24
with:
25
- version: 1.1.6
+ version: 1.2.2
26
virtualenvs-in-project: true
27
- name: Install dependencies
28
run: poetry install --extras "dev"
0 commit comments