Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BayesValidRox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inversemodeling
BayesValidRox
Commits
bbf38e61
Commit
bbf38e61
authored
1 day ago
by
Alina Lacheim
Browse files
Options
Downloads
Patches
Plain Diff
added python versions 3.11 and 3.12
parent
e6b9b8dc
No related branches found
No related tags found
1 merge request
!62
Draft: Feature/extend_pipeline
Pipeline
#56758
passed
1 day ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
bbf38e61
...
@@ -37,3 +37,4 @@ Outputs_*
...
@@ -37,3 +37,4 @@ Outputs_*
# Ignore folders for test-builds of the gitlab-pages
# Ignore folders for test-builds of the gitlab-pages
public/*
public/*
.qodo
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
bbf38e61
...
@@ -58,7 +58,7 @@ unit-test-job: # This job runs in the test stage.
...
@@ -58,7 +58,7 @@ unit-test-job: # This job runs in the test stage.
stage
:
test
stage
:
test
parallel
:
parallel
:
matrix
:
matrix
:
-
PYTHON_VERSION
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
]
-
PYTHON_VERSION
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
,
"
3.11"
,
"
3.12"
]
image
:
python:${PYTHON_VERSION}
image
:
python:${PYTHON_VERSION}
script
:
script
:
-
echo "Running unit tests..."
-
echo "Running unit tests..."
...
...
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