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

Update pipeline

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