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 383b605 commit 7a85376Copy full SHA for 7a85376
.github/workflows/main.yml
@@ -31,9 +31,10 @@ jobs:
31
with:
32
python-version: ${{ matrix.python-version }}
33
- name: Install poetry
34
- uses: abatilo/actions-poetry@v3
35
- with:
36
- poetry-version: ${{ matrix.poetry-version }}
+ shell: bash
+ run: |
+ pipx install poetry==${{matrix.poetry-version}}
37
+ python -m poetry config virtualenvs.use-poetry-python true
38
- name: Install dependencies
39
run: poetry install
40
- name: Run mypy - static type checking
0 commit comments