Skip to content

Commit 9a7659f

Browse files
clin1234ferdnyc
andauthored
Fix minor YAML oops in .github/workflows/test.yml
Co-authored-by: Frank Dana <[email protected]>
1 parent 79e5de1 commit 9a7659f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pip install .
4646
4747
- name: Test (C extension)
48-
if: ! contains(matrix.py, 't')
48+
if: ${{ ! contains(matrix.py, 't') }}
4949
shell: bash
5050
run: |
5151
pytest -v test

0 commit comments

Comments
 (0)