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 aa79bb6 commit a602450Copy full SHA for a602450
.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 --skips-file numpy-skips.txt meta_tests/
0 commit comments