install poetry before setup-python

This commit is contained in:
silverwind 2024-04-19 22:02:48 +02:00
parent d1fb07ea2c
commit e2090f7f31
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.12"
@ -41,7 +42,6 @@ jobs:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json
- run: pip install poetry
- run: make deps-py
- run: make deps-frontend
- run: make lint-templates
@ -52,11 +52,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: poetry
- run: pip install poetry
- run: make deps-py
- run: make lint-yaml