Skip to content
Snippets Groups Projects
Commit 720e7f8b authored by Christoph Knote's avatar Christoph Knote
Browse files

cache pip package store...

parent b6fca147
Branches
No related tags found
No related merge requests found
image: python:latest
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script:
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH"
......@@ -8,6 +11,7 @@ before_script:
cache:
paths:
- .cache/pip
- .venv
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment