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

Update pipeline

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