Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line image: python:3.7 before_script: - pip3 install --user mypy - export "PATH=$HOME/.local/bin:$PATH" check: script: - make all Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line image: python:3.7 before_script: - pip3 install --user mypy - export "PATH=$HOME/.local/bin:$PATH" check: script: - make all Loading