change key cache

This commit is contained in:
HgO 2022-08-14 15:33:49 +02:00
parent 4e0b3bd59c
commit c2630aca8c

View file

@ -22,7 +22,8 @@ stages:
cache: cache:
key: key:
files: files:
- setup.py - setup.cfg
- pyproject.toml
paths: paths:
- .cache/pip - .cache/pip
- ${VIRTUAL_ENV} - ${VIRTUAL_ENV}