Skip to content

add wip ipynb ndde #235

add wip ipynb ndde

add wip ipynb ndde #235

Workflow file for this run

name: run pytests
on:
push:
jobs:
ubuntu-pip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup python
run: sudo apt-get update && sudo apt-get install -y python3-pip
- name: pip install jax
run: pip install ".[dev]"
- name: run tests
run: pytest