Skip to content

Commit

Permalink
Remove poetry custom action (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
catks authored Oct 8, 2024
1 parent 450b034 commit 0ece422
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
python-version: "3.12.2"

- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.2"
run: |
pip install poetry==1.8.2
- name: Define Poetry Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 0ece422

Please sign in to comment.