Skip to content

Commit

Permalink
install poetry without 3rd party github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart committed Mar 11, 2024
1 parent 787b321 commit 1f51c66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12.1

- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.8.2
- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Cache the virtualenv
uses: actions/cache@v4
Expand Down

0 comments on commit 1f51c66

Please sign in to comment.