We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a4401 commit eb86e24Copy full SHA for eb86e24
1 file changed
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run the test suite
32
env:
33
ARRAY_API_TESTS_MODULE: array_api_strict
34
- ARRAY_API_STRICT_API_VERSION: 2024.12
+ ARRAY_API_STRICT_API_VERSION: 2025.12
35
run: |
36
pytest -v -rxXfE --skips-file=/tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
37
# We also have internal tests that isn't really necessary for adopters
0 commit comments