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 91b2e03 commit 7599accCopy full SHA for 7599acc
.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.3.3
24
with:
25
- version: 1.3.3
+ version: 1.2.2
26
virtualenvs-in-project: true
27
- name: Install dependencies
28
run: poetry install --extras "dev"
0 commit comments