Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quality-kpi
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
TU-DA Fluidsystemtechnik
Public
Lehre
quality-kpi
Commits
844cd67b
Commit
844cd67b
authored
2 years ago
by
Hock, Martin
Browse files
Options
Downloads
Patches
Plain Diff
Add a run of the present notebooks to CICD to test for plain errors
parent
ad3c4eef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!6
Merge for new WS2223 release
,
!5
Cicd update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-4
10 additions, 4 deletions
.gitlab-ci.yml
with
10 additions
and
4 deletions
.gitlab-ci.yml
+
10
−
4
View file @
844cd67b
...
...
@@ -43,11 +43,17 @@ test:
-
flake8-nb --max-line-length 88 ausarbeitung.ipynb
#
run:
#
tags:
#
- env:docker
#
script:
run
:
tags
:
-
env:docker
script
:
#- pip install -r requirements.txt
-
pip install pytest nbmake
-
pytest --nbmake ./
# Test our notebooks, the included example will also result in errors
# if plain errors like imports or typos appear
# Does not replace unit tests
#- python trial_json.py
# an alternative approach is to install and run:
# - pip install dist/*
...
...
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