Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c8322c89 authored by Dorian Turba's avatar Dorian Turba
Browse files

add extend to python_install

parent 432063ea
No related branches found
No related tags found
No related merge requests found
Pipeline #23639 passed
...@@ -11,10 +11,14 @@ include: ...@@ -11,10 +11,14 @@ include:
- local: 'templates/python/code_quality/ruff/ruff.yml' - local: 'templates/python/code_quality/ruff/ruff.yml'
python_install: python_install:
extends:
- .python_install
stage: templates stage: templates
variables: variables:
PROJECT_PATH: "tests/python_install_project" PROJECT_PATH: "tests/python_install_project"
PYTHON_SETUP: "pip install ${PROJECT_PATH}" PYTHON_SETUP: "pip install ${PROJECT_PATH}"
script:
- !reference [.python_install, script]
only: only:
changes: changes:
- .gitlab-ci.yml - .gitlab-ci.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment