Skip to content
Snippets Groups Projects
Commit d75401e1 authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Merge branch 'add-ci-pipeline' into 'master'

add CI pipeline

See merge request Petrush/orekit_jpype!8
parents 6e002578 47b3c2c0
No related branches found
No related tags found
1 merge request!8add CI pipeline
Pipeline #5500 passed
test-orekitjpype:
stage: test
image: $CI_REGISTRY/orekit/ci-utils/python-jpype:latest
script:
- pip install .
- cd test
- python3 -m pytest
......@@ -26,7 +26,8 @@ classifiers = [
]
dependencies = [
'Jpype1'
'Jpype1',
'numpy'
]
[project.urls]
......
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