mirror of
https://github.com/go-gitea/gitea
synced 2024-11-14 14:14:25 +00:00
Enable poetry cache in setup-python
This commit is contained in:
parent
53cf46cae7
commit
d1fb07ea2c
2
.github/workflows/pull-compliance.yml
vendored
2
.github/workflows/pull-compliance.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
cache: poetry
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
@ -54,6 +55,7 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
cache: poetry
|
||||
- run: pip install poetry
|
||||
- run: make deps-py
|
||||
- run: make lint-yaml
|
||||
|
Loading…
Reference in New Issue
Block a user