Skip to content

Commit e81c7a6

Browse files
author
Lennart
authored
install poetry without 3rd party github action (#10)
1 parent daf98d3 commit e81c7a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20+
2021
- name: Setup Python
2122
uses: actions/setup-python@v4
2223
with:
2324
python-version: 3.12.1
2425

25-
- name: Install Poetry
26-
uses: abatilo/actions-poetry@v2
27-
with:
28-
poetry-version: 1.8.2
26+
- name: Install poetry
27+
run: |
28+
curl -sSL https://install.python-poetry.org | python3 -
2929
3030
- name: Cache the virtualenv
3131
uses: actions/cache@v4

0 commit comments

Comments
 (0)