Skip to content
Snippets Groups Projects
Commit 58ad4fc6 authored by Niclas Esser's avatar Niclas Esser
Browse files

Cache pip installations

parent ae7595fa
No related branches found
No related tags found
1 merge request!2Gitlabci
Pipeline #191400 failed
......@@ -3,6 +3,13 @@ stages:
- test
- stats
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
- .cache/apt
build:
stage: build
image: python:3.9.18-bookworm
......@@ -12,7 +19,6 @@ build:
paths:
- build/
unittest:
stage: test
image: python:3.9.18-bookworm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment