Skip to content

working on #68 for the _linear_model file. In the process I discovere… #69

working on #68 for the _linear_model file. In the process I discovere…

working on #68 for the _linear_model file. In the process I discovere… #69

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