Skip to content

Commit fbd6e1b

Browse files
committed
Try more syntax fixes
1 parent d7e8532 commit fbd6e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install dependencies
5858
# NumPy 1.21 doesn't support Python 3.11. There doesn't seem to be a way
5959
# 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'))"
60+
if: "! (matrix.python-version == '3.11' || matrix.python-version == '3.12') && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21')"
6161
run: |
6262
python -m pip install --upgrade pip
6363
python -m pip install '${{ inputs.package-name }} ${{ inputs.package-version }}' ${{ inputs.extra-requires }}

0 commit comments

Comments
 (0)