Improve caching
This commit is contained in:
parent
e380cf2b64
commit
6e7b0e74aa
@ -2,11 +2,12 @@ image: python:3.10-slim
|
||||
|
||||
variables:
|
||||
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
||||
PIPENV_VENV_IN_PROJECT: 1
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- .cache/pip
|
||||
- venv/
|
||||
- .venv/
|
||||
|
||||
package_pip:
|
||||
stage: build
|
||||
|
Loading…
Reference in New Issue
Block a user