mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Docker: Simplify test_python.sh, include mypy, and test dashboard
This commit is contained in:
parent
ae7aaee0ee
commit
94e92db828
2 changed files with 32 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue