Skip to content

Merge pull request #148 from florisvb/splines-irregular-steps #263

Merge pull request #148 from florisvb/splines-irregular-steps

Merge pull request #148 from florisvb/splines-irregular-steps #263

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: tests
run: |
pip install -e .[advanced,dev]
pytest pynumdiff