Skip to content

Commit

Permalink
Swap poetry install for action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Mar 1, 2024
1 parent 5389d1a commit b0f0d51
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
with:
python-version: "3.6"

- name: Bootstrap poetry
shell: bash
run: |
curl -sL https://install.python-poetry.org/ \
| python -
- name: Setup poetry
uses: abatilo/actions-poetry@v2

- name: Update PATH
shell: bash
Expand Down

0 comments on commit b0f0d51

Please sign in to comment.