Skip to content

Commit 287f4ee

Browse files
authored
Get rid of unofficial GH actions to install poetry (#10)
1 parent a10df6a commit 287f4ee

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
- uses: actions/setup-python@v2
1616
with:
1717
python-version: ${{ matrix.python-version }}
18-
- name: Run image
19-
uses: abatilo/actions-poetry@v2.0.0
20-
with:
21-
poetry-version: ${{ matrix.poetry-version }}
18+
- name: Install poetry
19+
run: pip install poetry==${{ matrix.poetry-version}}
2220
- name: View poetry --help
2321
run: poetry --help
2422
- name: Install deps

0 commit comments

Comments
 (0)