Skip to content

Commit

Permalink
Get rid of unofficial GH actions to install poetry (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Dec 17, 2023
1 parent a10df6a commit 287f4ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install poetry
run: pip install poetry==${{ matrix.poetry-version}}
- name: View poetry --help
run: poetry --help
- name: Install deps
Expand Down

0 comments on commit 287f4ee

Please sign in to comment.