Commit 63fea999 authored by David Hallas's avatar David Hallas Committed by Gaëtan Montury
Browse files

fix(ty): Fix check typing need to install source requirements

parent ebbf5d44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"