Skip to content

Fix Zenodo title to match paper title #6

Fix Zenodo title to match paper title

Fix Zenodo title to match paper title #6

Workflow file for this run

name: Test Suite
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pixi
uses: prefix-dev/setup-pixi@v0.8.3
with:
pixi-version: v0.48.1
locked: false
- name: Run tests
run: pixi run test
- name: Run doctests
run: pixi run doctest