Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stubgenj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scripting-tools
stubgenj
Commits
0547087b
Commit
0547087b
authored
1 year ago
by
Michi Hostettler
Browse files
Options
Downloads
Patches
Plain Diff
bump jpype version in test matrix
parent
b303fd86
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5819531
failed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
0547087b
...
...
@@ -13,19 +13,19 @@ variables:
before_script
:
-
pip install -e .[test] Jpype1${JPYPE_VN} pytest-cov
dev_tests_py37_openjdk11_jpype1p
2
:
dev_tests_py37_openjdk11_jpype1p
4
:
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_jpype1p
2
:
dev_tests_py39_openjdk11_jpype1p
4
:
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment