Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

add README info

add README info #200

Workflow file for this run

name: Testing
on:
push:
branches: ["*"]
pull_request:
types: [opened, reopened, synchronize]
jobs:
pytest-with-nbmake:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- name: Setup uv project virtual environment
uses: ./.github/actions/setup-uv
- name: Run pytest --nbmake
run: uv run --no-project pytest --nbmake