Skip to content

Commit

Permalink
Revert "chore(deps): update abatilo/actions-poetry action to v3 (#111)"
Browse files Browse the repository at this point in the history
This reverts commit 45d444d.
  • Loading branch information
yshalsager committed Oct 25, 2024
1 parent 0c309c9 commit 951e8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
- name: Install requirements
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- run: poetry install --with ${{ matrix.variant }} --with dev
Expand Down

0 comments on commit 951e8e1

Please sign in to comment.