Enable poetry cache in `setup-python`

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

View File

@ -35,6 +35,7 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.12" python-version: "3.12"
cache: poetry
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
@ -54,6 +55,7 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.12" python-version: "3.12"
cache: poetry
- run: pip install poetry - run: pip install poetry
- run: make deps-py - run: make deps-py
- run: make lint-yaml - run: make lint-yaml