Skip to content
Snippets Groups Projects
Commit 6d25f1db authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Silence pip warning

parent 2c8706c3
No related branches found
No related tags found
1 merge request!26Use uv in CI
Pipeline #1379661 waiting for manual action
...@@ -4,6 +4,7 @@ image: python:3.8-slim ...@@ -4,6 +4,7 @@ image: python:3.8-slim
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
HATCH_DATA_DIR: "$CI_PROJECT_DIR/.local/share/hatch" HATCH_DATA_DIR: "$CI_PROJECT_DIR/.local/share/hatch"
PIP_ROOT_USER_ACTION: "ignore"
cache: cache:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment