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

cache pip package store...

parent b6fca147
No related branches found
No related tags found
1 merge request!24Prep for publish
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.
Finish editing this message first!
Please register or to comment