Skip to content

Commit 951e8e1

Browse files
committed
Revert "chore(deps): update abatilo/actions-poetry action to v3 (#111)"
This reverts commit 45d444d.
1 parent 0c309c9 commit 951e8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737
architecture: ${{ matrix.architecture }}
3838
- name: Install requirements
39-
uses: abatilo/actions-poetry@v3
39+
uses: abatilo/actions-poetry@v2
4040
with:
4141
poetry-version: ${{ matrix.poetry-version }}
4242
- run: poetry install --with ${{ matrix.variant }} --with dev

0 commit comments

Comments
 (0)