Merge pull request #227 from crusaderky/test_more_backends #632
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' |