Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a602450

Browse files
committedMar 15, 2024·
Distinguish test folders in CI workflow
1 parent aa79bb6 commit a602450

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/numpy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
env:
2929
ARRAY_API_TESTS_MODULE: array_api_strict
3030
run: |
31-
pytest -v -rxXfE --skips-file numpy-skips.txt
31+
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

Comments
 (0)
Please sign in to comment.