Wrap dask.array by default since it is not Array API Compatible #63
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.21) | |
on: [push, pull_request] | |
jobs: | |
array-api-tests-numpy-1-21: | |
uses: ./.github/workflows/array-api-tests.yml | |
with: | |
package-name: numpy | |
package-version: '== 1.21.*' | |
xfails-file-extra: '-1-21' |