Fix minor YAML oops in .github/workflows/test.yml

Co-authored-by: Frank Dana <ferdnyc@gmail.com>
This commit is contained in:
Charlie Lin 2025-09-09 17:05:42 -04:00 committed by GitHub
parent 9a7659f1d5
commit e0e9b12877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ jobs:
pytest -v test
- name: Test (pure Python fallback)
if: ! contains(matrix.py, 't')
if: ${{ ! contains(matrix.py, 't') }}
shell: bash
run: |
MSGPACK_PUREPYTHON=1 pytest -v test