Skip to content
Snippets Groups Projects
Commit 365c5f1c authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Create mpy_cache dir

parent daf4c131
No related branches found
Tags v2205.1.14
1 merge request!49Fixes
Pipeline #21969 failed
...@@ -10,6 +10,7 @@ lint: ...@@ -10,6 +10,7 @@ lint:
- docker, specific - docker, specific
before_script: before_script:
- python3 -m pip install .[test] - python3 -m pip install .[test]
- mkdir .mypy_cache
script: script:
- mypy --install-types --non-interactive - mypy --install-types --non-interactive
- black --check -t py310 src - black --check -t py310 src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment