We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e257a commit 266e980Copy full SHA for 266e980
.github/workflows/numpy.yml
@@ -28,4 +28,6 @@ jobs:
28
env:
29
ARRAY_API_TESTS_MODULE: array_api_strict
30
run: |
31
- pytest -v -rxXfE --skips-file numpy-skips.txt
+ pytest -v -rxXfE --skips-file numpy-skips.txt array_api_tests/
32
+ # We also have internal tests that isn't really necessary for adopters
33
+ pytest -v -rxXfE meta_tests/
0 commit comments