Skip to content

first draft for a potential JOSS paper #570

first draft for a potential JOSS paper

first draft for a potential JOSS paper #570

Workflow file for this run

name: Notebooks
on:
pull_request:
branches:
- main
- develop
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# The "FORCE_COLOR" variable, when set to 1,
# tells Nox to colorize itself.
FORCE_COLOR: "1"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: List installed Python packages
run: python -m pip list
- name: Test example notebooks
run: pipx run nox -s notebooks