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