Skip to content

Add actions for notebook clearing, building docs, and running unit tests #4

Add actions for notebook clearing, building docs, and running unit tests

Add actions for notebook clearing, building docs, and running unit tests #4

Workflow file for this run

name: Run unit tests
on:
push:
branches: [ main ]
paths:
- "**/*.py"
- ".github/workflows/unit-tests.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nbconvert:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Setup
uses: ./.github/actions/setup/setup.yml
- name: pytest
run: uv run pytest