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

Add a run of the present notebooks to CICD to test for plain errors

parent ad3c4eef
No related branches found
No related tags found
No related merge requests found
......@@ -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