Skip to content

Commit ad6bf56

Browse files
committed
typo
1 parent 3cc2857 commit ad6bf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
package-name:
77
required: true
88
type: string
9-
package-extras:
9+
extra-requires:
1010
required: false
1111
type: string
1212
package-version:
@@ -57,7 +57,7 @@ jobs:
5757
if: "! (matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
5858
run: |
5959
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 }}
6161
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
6262
- name: Run the array API testsuite (${{ inputs.package-name }})
6363
if: "! (matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"

0 commit comments

Comments
 (0)