TYP: reject bool in the ord params of vector_norm and `matrix_n…
#654
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 1.26) | |
| on: [push, pull_request] | |
| jobs: | |
| array-api-tests-numpy-latest: | |
| uses: ./.github/workflows/array-api-tests.yml | |
| with: | |
| package-name: numpy | |
| package-version: '== 1.26.*' | |
| xfails-file-extra: '-1-26' | |
| python-versions: '[''3.10'', ''3.12'']' |