We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e8532 commit fbd6e1bCopy full SHA for fbd6e1b
.github/workflows/array-api-tests.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Install dependencies
58
# NumPy 1.21 doesn't support Python 3.11. There doesn't seem to be a way
59
# to put this in the numpy 1.21 config file.
60
- if: "!((matrix.python-version == '3.11' || matrix.python-version == '3.12') && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
+ if: "! (matrix.python-version == '3.11' || matrix.python-version == '3.12') && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21')"
61
run: |
62
python -m pip install --upgrade pip
63
python -m pip install '${{ inputs.package-name }} ${{ inputs.package-version }}' ${{ inputs.extra-requires }}
0 commit comments