Skip to content
Snippets Groups Projects
Commit b25a1f93 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Use Makefile for mypy job in CI/CD pipeline

parent 75601b58
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!66F mypy
Pipeline #48464 passed with warnings
...@@ -57,7 +57,7 @@ mypy: ...@@ -57,7 +57,7 @@ mypy:
tags: [ docker ] tags: [ docker ]
stage: linting stage: linting
script: script:
- mypy src/caosdb - make mypy
allow_failure: true allow_failure: true
# run unit tests # run unit tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment