Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci-includes
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
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
Lars Bilke
ci-includes
Commits
e58339ee
Verified
Commit
e58339ee
authored
1 year ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
89eafcbc
No related branches found
No related tags found
No related merge requests found
Pipeline
#187475
passed with warnings with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/python.yml
+7
-1
7 additions, 1 deletion
test/python.yml
with
7 additions
and
1 deletion
test/python.yml
+
7
−
1
View file @
e58339ee
.py_versions
:
&py_versions
-
"
3.8"
-
"
3.9"
-
"
3.10"
-
"
3.11"
py_build
:
before_script
:
-
!reference
[
.ci-setup
,
script
]
...
...
@@ -7,7 +13,7 @@ py_build:
matrix
:
-
PROJECT_ROOT
:
"
test/python-template"
EXIT_CODE
:
0
PYTHON_VERSIONS
:
[
"
3.8"
,
"
3.9"
,
"
3.10"
,
"
3.11"
]
PYTHON_VERSIONS
:
*py_versions
py_tests
:
before_script
:
...
...
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