Skip to content
Snippets Groups Projects
Commit db520064 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Disable venv cache.

parent 682f1440
No related branches found
Tags 2.0.1
No related merge requests found
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
BUILDKIT_PROGRESS: "plain"
cache:
paths:
- .cache/pip
- .venv/
# cache:
# paths:
# - .cache/pip
# - .venv/
before_script:
- poetry install
......
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