Skip to content

Testing notebooks with pytest #1

Testing notebooks with pytest

Testing notebooks with pytest #1

name: Test run with nbconvert
on:
workflow_dispatch:
#push:
# branches:
# - "*"
#pull_request:
# branches:
# - "*"
jobs:
test-notebook:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install jupyter
- name: Test notebook
run: |
jupyter nbconvert --to notebook --execute /notebooks/DL-gwas-gcp-example/*.ipynb