Skip to content
Snippets Groups Projects
Commit 64c0cb47 authored by nguyed99's avatar nguyed99
Browse files

Update pipeline

parent a6bc8f35
No related branches found
No related tags found
No related merge requests found
Pipeline #58703 failed
......@@ -6,9 +6,12 @@ stages:
- test-jobs
- test-tasks
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/poetry"
cache:
paths:
- .venv
- .cache/poetry
build-env:
stage: build
......@@ -18,7 +21,7 @@ build-env:
- cd build/
- poetry config virtualenvs.in-project true
- poetry install --no-root
- ls $CI_PROJECT_DIR/build/.venv
- ls $PIP_CACHE_DIR
format:
stage: format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment