Skip to content
Snippets Groups Projects
Commit 33a3fa5f authored by Florian Fischer's avatar Florian Fischer
Browse files

CI: install missing mypy types fro pyyaml

parent 93709a74
No related branches found
No related tags found
No related merge requests found
Pipeline #78107 passed
...@@ -32,6 +32,8 @@ check-pylint: ...@@ -32,6 +32,8 @@ check-pylint:
check-mypy: check-mypy:
stage: check stage: check
before_script:
- pip install types-PyYAML
script: script:
- make check-mypy - make check-mypy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment