mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Add pip cache
This commit is contained in:
@@ -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+\\%)$/"
|
||||
|
||||
Reference in New Issue
Block a user