Skip to content

Commit 6f482ed

Browse files
committed
Add github actions to run unittest for JAX 0.7.1 and 0.7.2
1 parent cfcc50d commit 6f482ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
python-version: ['3.10', '3.11', '3.12']
27-
jax-version: ['0.5.3', '0.6.0', '0.6.1', '0.6.2', '0.7.0']
27+
jax-version: ['0.5.3', '0.6.0', '0.6.1', '0.6.2', '0.7.0', '0.7.1', '0.7.2']
2828

2929
exclude:
3030
- python-version: '3.10'
3131
jax-version: '0.7.0'
32+
- python-version: '3.10'
33+
jax-version: '0.7.1'
34+
- python-version: '3.10'
35+
jax-version: '0.7.2'
3236
runs-on: ubuntu-latest
3337
timeout-minutes: 30
3438

0 commit comments

Comments
 (0)