Merge pull request #302 from crusaderky/import_helpers #887
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' |