Explicitly set pip cache

This commit is contained in:
Oliver Falk
2024-06-24 16:50:32 +02:00
parent 0e295401df
commit 2cb868b129

View File

@@ -7,7 +7,9 @@ image:
# Cache pip deps to speed up builds
cache:
paths:
- .cache/pip
- .pipcache
variables:
PIP_CACHE_DIR: .pipcache
test_and_coverage:
stage: build