Docker: Simplify test_python.sh, include mypy, and test dashboard

This commit is contained in:
Ole Schütt 2021-04-09 14:17:21 +02:00 committed by Ole Schütt
parent ae7aaee0ee
commit 94e92db828
2 changed files with 32 additions and 51 deletions

View file

@ -16,8 +16,6 @@ apt-get install -qq --no-install-recommends \
rm -rf /var/lib/apt/lists/*
# install python packages
pip3 install --quiet numpy matplotlib requests pre-commit
pip3 install --quiet numpy matplotlib requests mypy
# register the pre-commit hooks
cd /workspace/cp2k
pre-commit install --install-hooks
#EOF