Try to run notebook in CI

pull/2/head
Tammo Jan Dijkema 2020-03-14 22:02:43 +01:00
parent 2c77aa9b6e
commit 37e46dbe44
1 changed files with 8 additions and 2 deletions

View File

@ -5,9 +5,11 @@ name: Python package
on:
push:
branches: [ master ]
branches:
- '*'
pull_request:
branches: [ master ]
branches:
- 'master'
jobs:
build:
@ -43,3 +45,7 @@ jobs:
with:
file: coverage.xml
fail_ci_if_error: true
- name: Test notebook
run: |
pip install nbconvert
jupyter nbconvert --to html --execute lofarimaging.ipynb