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

This commit is contained in:
Bertrand Lanson 2024-05-04 00:58:43 +02:00
parent efce0e6b83
commit 13672f774e

View File

@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: Install commitizen
run: pip3 install commitizen