Skip to content
Snippets Groups Projects
Commit 58d4d91b authored by Clément Jonglez's avatar Clément Jonglez
Browse files

install the [tests] optional deps for the CI test&coverage stages

parent f0eb80b4
No related branches found
No related tags found
1 merge request!15Fix coverage in CI pipeline
Pipeline #5873 passed
......@@ -47,7 +47,7 @@ test:
script:
- source venv/bin/activate
- export JAVA_HOME=`python3 set_java_home.py`
- python3 -m pip install .
- python3 -m pip install .[tests]
- cd test
- python3 -m pytest PyhelpersTest.py # First test setup_orekit_data without the orekitdata library
- python3 -m pip install git+https://gitlab.orekit.org/orekit/orekit-data.git
......@@ -61,7 +61,7 @@ coverage:
script:
- source venv/bin/activate
- export JAVA_HOME=`python3 set_java_home.py`
- python3 -m pip install .
- python3 -m pip install .[tests]
- cd test
- python3 -m pip install git+https://gitlab.orekit.org/orekit/orekit-data.git
- python3 -m pytest --cov --cov-report term --cov-report xml:coverage.xml
......
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