Loading python/generic.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ image: stage: test script: - | pip3 --version if [ "${PIP_ENABLE_UV}" != "" ]; then pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt uv shopt -s expand_aliases # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1083 Loading @@ -52,7 +53,6 @@ image: fi export PIP_PACKAGE_INSTALL_DEFAULT_ARGS=${UV_PIP_PACKAGE_INSTALL_DEFAULT_ARGS} fi pip3 --version echo "[*] Installing your package using these arguments: ${PIP_PACKAGE_INSTALL_DEFAULT_ARGS} ${PIP_PACKAGE_INSTALL_EXTRA_ARGS}" - | Loading Loading
python/generic.yml +1 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ image: stage: test script: - | pip3 --version if [ "${PIP_ENABLE_UV}" != "" ]; then pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt uv shopt -s expand_aliases # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1083 Loading @@ -52,7 +53,6 @@ image: fi export PIP_PACKAGE_INSTALL_DEFAULT_ARGS=${UV_PIP_PACKAGE_INSTALL_DEFAULT_ARGS} fi pip3 --version echo "[*] Installing your package using these arguments: ${PIP_PACKAGE_INSTALL_DEFAULT_ARGS} ${PIP_PACKAGE_INSTALL_EXTRA_ARGS}" - | Loading