Skip to content

Get everything working with latest version of JAX #27

Get everything working with latest version of JAX

Get everything working with latest version of JAX #27

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-test:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Test with tox
run: |
tox -- -n auto