Skip to content

Commit

Permalink
Exclude groupby tests from JAX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Apr 18, 2024
1 parent a91abf3 commit 1516ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jax-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run tests
run: |
# exclude tests that rely on structured types since JAX doesn't support these
pytest -k "not argmax and not argmin and not mean and not apply_reduction and not broadcast_trick"
pytest -k "not argmax and not argmin and not mean and not apply_reduction and not broadcast_trick and not groupby"
env:
CUBED_BACKEND_ARRAY_API_MODULE: jax.numpy
JAX_ENABLE_X64: True

0 comments on commit 1516ec5

Please sign in to comment.