Skip to content

Merge remote-tracking branch 'refs/remotes/origin/main' #168

Merge remote-tracking branch 'refs/remotes/origin/main'

Merge remote-tracking branch 'refs/remotes/origin/main' #168

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