Skip to content

Commit

Permalink
CI: use 2024.12 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Feb 2, 2025
1 parent 31cb117 commit 85810ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run the test suite
env:
ARRAY_API_TESTS_MODULE: array_api_strict
ARRAY_API_STRICT_API_VERSION: 2023.12
ARRAY_API_STRICT_API_VERSION: 2024.12
run: |
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
# We also have internal tests that isn't really necessary for adopters
Expand Down

0 comments on commit 85810ba

Please sign in to comment.