Loading python/generic.yml +2 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ image: entrypoint: [""] stage: test script: - if [ "${PIP_ENABLE_UV}" != "" ]; then uv --version; else pip3 --version; fi - if [ "${PIP_ENABLE_UV}" != "" ]; then uv --version; else pip3 --version; fi - pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt ${JOB_PACKAGE} && echo "[+] ${JOB_PACKAGE} installed." - | Loading Loading
python/generic.yml +2 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ image: entrypoint: [""] stage: test script: - if [ "${PIP_ENABLE_UV}" != "" ]; then uv --version; else pip3 --version; fi - if [ "${PIP_ENABLE_UV}" != "" ]; then uv --version; else pip3 --version; fi - pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt ${JOB_PACKAGE} && echo "[+] ${JOB_PACKAGE} installed." - | Loading