mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +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
9a7659f1d5
commit
e0e9b12877
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue