Commit 383cb961 authored by Gaëtan Montury's avatar Gaëtan Montury
Browse files

Merge branch 'fix-missing-requirements' into 'master'

fix: Fix missing requirements in py-ty

Closes #133

See merge request to-be-continuous/python!188
parents ebbf5d44 63fea999
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"