Skip to content

Commit

Permalink
Run tests with -v
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Mar 25, 2024
1 parent 689366a commit c060cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if [[ "${{ matrix.numpy-version }}" == "1.21" || "${{ matrix.numpy-version }}" == "dev" ]]; then
PYTEST_EXTRA=(-k "numpy and not jax")
fi
pytest "${PYTEST_EXTRA[@]}"
pytest -v "${PYTEST_EXTRA[@]}"
# Make sure it installs
python setup.py install

0 comments on commit c060cee

Please sign in to comment.