Skip to content

Merge pull request #15 from swerik-project/fetch-meta-vars #80

Merge pull request #15 from swerik-project/fetch-meta-vars

Merge pull request #15 from swerik-project/fetch-meta-vars #80

Workflow file for this run

name: "Pyriksdagen: run example notebook"
on: [push]
jobs:
notebooks:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Test notebooks
run: |
pip install pytest nbmake
pytest --nbmake **/*ipynb