Skip to content

Commit 20c56be

Browse files
committed
Try to fix workflow syntax
1 parent eaf7b0a commit 20c56be

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
# NumPy 1.21 doesn't support Python 3.11. There doesn't seem to be a way
3737
# to put this in the numpy 1.21 config file.
38-
if: ! (matrix.python-version == "3.11" && inputs.package-name == 'numpy' && contains(inputs.package-version, "1.21"))
38+
if: "! (matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
3939

4040
steps:
4141
- name: Checkout array-api-compat

0 commit comments

Comments
 (0)