File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
package-name :
7
7
required : true
8
8
type : string
9
- package-extras :
9
+ extra-requires :
10
10
required : false
11
11
type : string
12
12
package-version :
57
57
if : " ! (matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
58
58
run : |
59
59
python -m pip install --upgrade pip
60
- python -m pip install '${{ inputs.package-name }} ${{ inputs.package-version }}' ${{ inputs.package-extras }}
60
+ python -m pip install '${{ inputs.package-name }} ${{ inputs.package-version }}' ${{ inputs.extra-requires }}
61
61
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
62
62
- name : Run the array API testsuite (${{ inputs.package-name }})
63
63
if : " ! (matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
You can’t perform that action at this time.
0 commit comments