automated type checking

This commit is contained in:
Martin Diehl 2021-10-31 22:43:06 +01:00
parent 509835bf0b
commit 2d25dfcdf2
1 changed files with 11 additions and 1 deletions

View File

@ -81,7 +81,7 @@ checkout:
- release
###################################################################################################
processing:
pytest:
stage: python
script:
- cd $DAMASKROOT/python
@ -91,6 +91,16 @@ processing:
- master
- release
mypy:
stage: python
script:
- cd $DAMASKROOT/python
- mypy damask/mechanics.py
except:
- master
- release
###################################################################################################
compile_grid_Intel: