We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e5de1 commit 9a7659fCopy full SHA for 9a7659f
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
pip install .
46
47
- name: Test (C extension)
48
- if: ! contains(matrix.py, 't')
+ if: ${{ ! contains(matrix.py, 't') }}
49
shell: bash
50
run: |
51
pytest -v test
0 commit comments