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
Loading
Pipeline #58694 failed
image: python:3.11-bullseye image: python:3.11-bullseye
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" POETRY_CACHE_DIR: "$CI_PROJECT_DIR/.cache/poetry"
cache: cache:
paths: paths:
- .cache/pip - .cache/poetry
before_script: before_script:
- pip install poetry - pip install poetry
- poetry --version - poetry --version
- cd build/ - cd build/
- poetry install -vv - poetry install --no-root
- cd .. - source $(poetry env info --path)/bin/activate
format: format:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment