Skip to content

NNS 13.1 parity: repaired regression, stack, boost and VAR #443

NNS 13.1 parity: repaired regression, stack, boost and VAR

NNS 13.1 parity: repaired regression, stack, boost and VAR #443

name: Native backend CI
on:
pull_request:
push:
jobs:
vignette-diagnostic:
name: Vignette diagnostic
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install -q -U pip
python -m pip install -q build scikit-build-core nanobind pytest "numpy<2.5" scipy matplotlib hypothesis pytest-benchmark pytest-xdist
python -m pip install -q -e .
- name: Run vignette examples with full tracebacks
run: python -m pytest -vv -s tests/docs/test_vignette_examples.py