Skip to content

Support numeric Jacobians #142

Support numeric Jacobians

Support numeric Jacobians #142

Workflow file for this run

name: Pyright
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y libsuitesparse-dev
pip install uv
python -m pip install --upgrade pip
uv pip install --system -e ".[dev,examples]"
- name: Run pyright
run: |
pyright .