Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HMC Toolbox for Data Mining
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmholtz Metadata Collaboration
HMC Public
HMC Dashboard on Open and FAIR Data in Helmholtz
HMC Toolbox for Data Mining
Merge requests
!89
add pipeline for python3.13
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add pipeline for python3.13
add-python3.13-pipeline
into
development
Overview
0
Commits
2
Pipelines
2
Changes
3
Merged
Gabriel Preuß
requested to merge
add-python3.13-pipeline
into
development
1 month ago
Overview
0
Commits
2
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
development
version 2
156d71e1
1 month ago
version 1
a21ff7ef
1 month ago
development (base)
and
latest version
latest version
156d71e1
2 commits,
3 weeks ago
version 2
156d71e1
2 commits,
1 month ago
version 1
a21ff7ef
1 commit,
1 month ago
3 files
+
8
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -23,7 +23,7 @@ Test Python Versions:
-
pytest --tb=no --ignore=test/endpoints --ignore test/harvester
parallel
:
matrix
:
-
PYTHON_VERSION
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
]
-
PYTHON_VERSION
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
,
"
3.13"
]
Check Endpoints
:
stage
:
Endpoint Tests
Loading