mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-19 22:48:01 +00:00
Explicitly set pip cache
This commit is contained in:
@@ -7,7 +7,9 @@ image:
|
|||||||
# Cache pip deps to speed up builds
|
# Cache pip deps to speed up builds
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- .cache/pip
|
- .pipcache
|
||||||
|
variables:
|
||||||
|
PIP_CACHE_DIR: .pipcache
|
||||||
|
|
||||||
test_and_coverage:
|
test_and_coverage:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user