Add pip cache

This commit is contained in:
Oliver Falk
2024-06-24 16:15:00 +02:00
parent ecc87033cc
commit 0e295401df

View File

@@ -4,6 +4,11 @@ image:
- "/bin/sh"
- "-c"
# Cache pip deps to speed up builds
cache:
paths:
- .cache/pip
test_and_coverage:
stage: build
coverage: "/^TOTAL.*\\s+(\\d+\\%)$/"