File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 array-api-tests-dask :
77 uses : ./.github/workflows/array-api-tests.yml
88 with :
9- package-name : dask.array
9+ package-name : dask
10+ module-name : dask.array
1011 extra-requires : numpy
1112 pytest-extra-args : --disable-deadline --max-examples=5
Original file line number Diff line number Diff line change 66 package-name :
77 required : true
88 type : string
9+ module-name :
10+ required : false
11+ type : string
912 extra-requires :
1013 required : false
1114 type : string
6265 - name : Run the array API testsuite (${{ inputs.package-name }})
6366 if : " ! (matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
6467 env :
65- ARRAY_API_TESTS_MODULE : array_api_compat.${{ inputs.package-name }}
68+ ARRAY_API_TESTS_MODULE : array_api_compat.${{ inputs.module-name || inputs. package-name }}
6669 # This enables the NEP 50 type promotion behavior (without it a lot of
6770 # tests fail on bad scalar type promotion behavior)
6871 NPY_PROMOTION_STATE : weak
You can’t perform that action at this time.
0 commit comments