Skip to content
Snippets Groups Projects
Commit 62f6338a authored by DAVID Axel's avatar DAVID Axel
Browse files

ci: :green_heart: Improve readability of .gitlab-ci

parent 21078097
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ dependency_scanning:
- ${CI_PROJECT_DIR}/.cache/pip
policy: pull-push
stage: .pre
script:
before_script:
- python --version
- pip install --upgrade pip
- export PATH="$PATH":"$HOME/.local/bin"
......@@ -87,9 +87,11 @@ dependency_scanning:
- pipx ensurepath
- pipx install virtualenv
- pipx install poetry
- poetry --version
script:
- virtualenv $VENV
- source $ACTIVATE_VENV
- poetry --version
- pip install --upgrade pip
- poetry install
- poetry update
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment