mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-09 11:20:14 +00:00
Fix minor YAML oops in .github/workflows/test.yml
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
This commit is contained in:
parent
79e5de103a
commit
9a7659f1d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue