Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Nov 26, 2024
1 parent 18d68a6 commit cdf6f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
GLASS_ARRAY_BACKEND: numpy

- name: Run array API strict tests
run: nox -s doctests-${{ matrix.python-version }} --verbose
run: nox -s tests-${{ matrix.python-version }} --verbose
env:
FORCE_COLOR: 1
GLASS_ARRAY_BACKEND: array_api_strict

- name: Run JAX tests
run: nox -s doctests-${{ matrix.python-version }} --verbose
run: nox -s tests-${{ matrix.python-version }} --verbose
env:
FORCE_COLOR: 1
GLASS_ARRAY_BACKEND: jax
Expand Down

0 comments on commit cdf6f1e

Please sign in to comment.