Skip to content

Commit e0e9b12

Browse files
clin1234ferdnyc
andauthored
Fix minor YAML oops in .github/workflows/test.yml
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
1 parent 9a7659f commit e0e9b12

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
@@ -51,7 +51,7 @@ jobs:
5151
pytest -v test
5252
5353
- name: Test (pure Python fallback)
54-
if: ! contains(matrix.py, 't')
54+
if: ${{ ! contains(matrix.py, 't') }}
5555
shell: bash
5656
run: |
5757
MSGPACK_PUREPYTHON=1 pytest -v test

0 commit comments

Comments
 (0)