We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689366a commit c060ceeCopy full SHA for c060cee
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
if [[ "${{ matrix.numpy-version }}" == "1.21" || "${{ matrix.numpy-version }}" == "dev" ]]; then
36
PYTEST_EXTRA=(-k "numpy and not jax")
37
fi
38
- pytest "${PYTEST_EXTRA[@]}"
+ pytest -v "${PYTEST_EXTRA[@]}"
39
40
# Make sure it installs
41
python setup.py install
0 commit comments