Skip to content
Snippets Groups Projects
Commit 0547087b authored by Michi Hostettler's avatar Michi Hostettler :coffee:
Browse files

bump jpype version in test matrix

parent b303fd86
No related branches found
No related tags found
No related merge requests found
Pipeline #5819531 failed
......@@ -13,19 +13,19 @@ variables:
before_script:
- pip install -e .[test] Jpype1${JPYPE_VN} pytest-cov
dev_tests_py37_openjdk11_jpype1p2:
dev_tests_py37_openjdk11_jpype1p4:
extends:
- .dev_test_base
image: registry.cern.ch/acc/acc-py_cc7_openjdk11_ci:2020.11
variables:
JPYPE_VN: "==1.2.*"
JPYPE_VN: "==1.4.*"
dev_tests_py39_openjdk11_jpype1p2:
dev_tests_py39_openjdk11_jpype1p4:
extends:
- .dev_test_base
image: registry.cern.ch/acc/acc-py_cc7_openjdk11_ci:2021.12
variables:
JPYPE_VN: "==1.2.*"
JPYPE_VN: "==1.4.*"
# A push of the source distribution to the acc-py PyPI, only on git tag.
release_sdist:
......
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