change key cache
This commit is contained in:
parent
4e0b3bd59c
commit
c2630aca8c
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue