Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line image: python:3.7 image: python:3.7 before_script: before_script: - pip3 install --user mypy - pip3 install --user mypy pytest - export "PATH=$HOME/.local/bin:$PATH" - export "PATH=$HOME/.local/bin:$PATH" typecheck: typecheck: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line image: python:3.7 image: python:3.7 before_script: before_script: - pip3 install --user mypy - pip3 install --user mypy pytest - export "PATH=$HOME/.local/bin:$PATH" - export "PATH=$HOME/.local/bin:$PATH" typecheck: typecheck: Loading