IAP GITLAB

Skip to content
Snippets Groups Projects
Commit fa39d5d0 authored by ralfulrich's avatar ralfulrich
Browse files

enable python tests

parent 390de561
No related branches found
No related tags found
No related merge requests found
...@@ -553,7 +553,7 @@ sanity: ...@@ -553,7 +553,7 @@ sanity:
before_script: before_script:
- apt-get update && apt-get install -y python3-pip - apt-get update && apt-get install -y python3-pip
script: script:
- cd ${CI_PROJECT_DIR}/Python # change into the Python directory - cd ${CI_PROJECT_DIR}/python # change into the Python directory
- pip3 install --user -e '.[test]' # install the package + test deps - pip3 install --user -e '.[test]' # install the package + test deps
- python3 --version - python3 --version
- python3 -m mypy corsika - python3 -m mypy corsika
......
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