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 a1cf54dCopy full SHA for a1cf54d
.github/workflows/main.yml
@@ -31,9 +31,9 @@ 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}} --python python${{matrix.python-version}}
37
- name: Install dependencies
38
run: poetry install
39
- name: Run mypy - static type checking
0 commit comments