ci: do not cache pip for ci pipeline (this is not a python repo)
All checks were successful
development / Check commit compliance (push) Successful in 6s
All checks were successful
development / Check commit compliance (push) Successful in 6s
This commit is contained in:
parent
efce0e6b83
commit
13672f774e
@ -16,7 +16,6 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
cache: "pip"
|
||||
|
||||
- name: Install commitizen
|
||||
run: pip3 install commitizen
|
||||
|
Loading…
Reference in New Issue
Block a user