We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a84383 commit e3d7e09Copy full SHA for e3d7e09
.github/workflows/test.yml
@@ -27,7 +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
+ ARRAY_API_STRICT_API_VERSION: 2024.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