Skip to content
Snippets Groups Projects
Commit 763da485 authored by nguyed99's avatar nguyed99
Browse files

Update pipeline

parent 588bc920
No related branches found
No related tags found
No related merge requests found
Pipeline #58691 failed
......@@ -5,18 +5,24 @@ stages:
image: python:3.11-bullseye
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
key: "${CI_JOB_NAME}"
paths:
- .cache/pip
- .venv
key: "${CI_COMMIT_REF_SLUG}"
build-env:
stage: build
script:
- pip install poetry
- poetry --version
- cd build/
- poetry config settings.virtualenvs.in-project true
- poetry install
- poetry install -vv
- cd ..
test-jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment