Skip to content

Merge pull request #22 from cta-observatory/preferred-citation--cff #82

Merge pull request #22 from cta-observatory/preferred-citation--cff

Merge pull request #22 from cta-observatory/preferred-citation--cff #82

Workflow file for this run

name: Run Jupyter Notebooks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-notebooks:
name: Run notebooks
runs-on: "ubuntu-latest"
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-environment: true
post-cleanup: 'all'
- run: |
chmod +x run_all_notebooks.sh
./run_all_notebooks.sh .