TST: test views vs copies on array-api-strict, too #182
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Array API Tests (NumPy latest) | |
| on: [push, pull_request] | |
| jobs: | |
| array-api-tests-numpy-latest: | |
| uses: ./.github/workflows/array-api-tests.yml | |
| with: | |
| package-name: numpy | |
| python-versions: '[''3.10'', ''3.13'']' | |
| pytest-extra-args: -n 4 | |
| extra-env-vars: | | |
| ARRAY_API_TESTS_XFAIL_MARK=skip |