Merge pull request #318 from ev-br/count_nonzero_torch_tuple_axis_ #998
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 dev) | |
on: [push, pull_request] | |
jobs: | |
array-api-tests-numpy-dev: | |
uses: ./.github/workflows/array-api-tests.yml | |
with: | |
package-name: numpy | |
extra-requires: '--pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple' | |
xfails-file-extra: '-dev' | |
python-versions: '[''3.11'', ''3.13'']' |