Loading templates/gitlab-ci-python.yml +2 −2 Original line number Diff line number Diff line Loading @@ -1601,8 +1601,8 @@ py-ty: stage: build script: - mkdir -p -m 777 reports # ty is self dependent tool (written in Rust), it can be installed without project dependencies (_pip and _run don't look required here) - pip install ${PIP_OPTS} ty - install_requirements - _pip install ty - ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || ty check --output-format full ${TY_ARGS} artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading Loading
templates/gitlab-ci-python.yml +2 −2 Original line number Diff line number Diff line Loading @@ -1601,8 +1601,8 @@ py-ty: stage: build script: - mkdir -p -m 777 reports # ty is self dependent tool (written in Rust), it can be installed without project dependencies (_pip and _run don't look required here) - pip install ${PIP_OPTS} ty - install_requirements - _pip install ty - ty check ${TRACE+--verbose} --output-format gitlab ${TY_ARGS} > reports/py-ty.gitlab.json || ty check --output-format full ${TY_ARGS} artifacts: name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" Loading