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

Update pipeline

parent 273a01fa
No related branches found
No related tags found
No related merge requests found
Pipeline #58694 failed
image: python:3.11-bullseye
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
POETRY_CACHE_DIR: "$CI_PROJECT_DIR/.cache/poetry"
cache:
paths:
- .cache/pip
- .cache/poetry
before_script:
- pip install poetry
- poetry --version
- cd build/
- poetry install -vv
- cd ..
- poetry install --no-root
- source $(poetry env info --path)/bin/activate
format:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment