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
No related merge requests found
...@@ -43,11 +43,17 @@ test: ...@@ -43,11 +43,17 @@ test:
- flake8-nb --max-line-length 88 ausarbeitung.ipynb - flake8-nb --max-line-length 88 ausarbeitung.ipynb
#run: run:
#tags: tags:
#- env:docker - env:docker
#script: script:
#- pip install -r requirements.txt #- 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 #- python trial_json.py
# an alternative approach is to install and run: # an alternative approach is to install and run:
# - pip install dist/* # - 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