Skip to content
Snippets Groups Projects
Commit f8e64eb4 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Add python info in initial tests

parent 927aaca5
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,10 @@ test:intel:
- which gfortran
- which profmerge
- which codecov || which Codecov
- which python && python --version
- which python3 && python3 --version
- which pip && pip --version
- which pip3 && pip3 --version
# needs to be implemented (tests for dependencies e.g. MPI, OpenMP, LAPACK, etc.)
- cd tests/unit_tests/test_parallel && ./run_parallel_tests.sh
......
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