Skip to content

feat: add PyTree support for vector objects #829

feat: add PyTree support for vector objects

feat: add PyTree support for vector objects #829

Workflow file for this run

name: Notebooks
on:
pull_request:
branches:
- main
- develop
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# The "FORCE_COLOR" variable, when set to 1,
# tells Nox to colorize itself.
FORCE_COLOR: "1"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: List installed Python packages
run: python -m pip list
- name: Test example notebooks
run: pipx run nox -s notebooks