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 0c309c9 commit 951e8e1Copy full SHA for 951e8e1
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: ${{ matrix.python-version }}
37
architecture: ${{ matrix.architecture }}
38
- name: Install requirements
39
- uses: abatilo/actions-poetry@v3
+ uses: abatilo/actions-poetry@v2
40
with:
41
poetry-version: ${{ matrix.poetry-version }}
42
- run: poetry install --with ${{ matrix.variant }} --with dev
0 commit comments