Skip to content

Add notebook from live demonstration #15

Add notebook from live demonstration

Add notebook from live demonstration #15

Workflow file for this run

name: Notebooks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.10"
environment-file: .binder/environment.yml
auto-activate-base: false
- name: Tests
shell: bash -l {0}
run: ./.github/ci_support/build_notebooks.sh