We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf7b0a commit 20c56beCopy full SHA for 20c56be
.github/workflows/array-api-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# NumPy 1.21 doesn't support Python 3.11. There doesn't seem to be a way
37
# 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"))
+ if: "! (matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
39
40
steps:
41
- name: Checkout array-api-compat
0 commit comments