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:12 -04:00 committed by GitHub
parent 79e5de103a
commit 9a7659f1d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
pip install .
- name: Test (C extension)
if: ! contains(matrix.py, 't')
if: ${{ ! contains(matrix.py, 't') }}
shell: bash
run: |
pytest -v test