We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d071c commit 7a1ad70Copy full SHA for 7a1ad70
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Run the test suite
28
env:
29
ARRAY_API_TESTS_MODULE: array_api_strict
30
+ ARRAY_API_STRICT_API_VERSION: 2023.12
31
run: |
32
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
33
# We also have internal tests that isn't really necessary for adopters
0 commit comments