Skip to content

Update environment

Update environment #9

Workflow file for this run

name: Notebooks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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.8
environment-file: environment.yml
auto-activate-base: false
- name: Tests
shell: bash -l {0}
run: ./.github/ci_support/build_notebooks.sh