Skip to content
Snippets Groups Projects
Commit 871b6374 authored by Hock, Martin's avatar Hock, Martin
Browse files

Merge branch 'cicd-update' into 'development'

Cicd update

See merge request fst-tuda/projects/lehre/praktikum_digitalisierung/quality-kpi!5
parents ad3c4eef 844cd67b
No related branches found
No related tags found
2 merge requests!6Merge for new WS2223 release,!5Cicd update
Pipeline #933299 passed
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment