From e0e9b1287762f5386b8a53dbcab3e6a6b826132e Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Tue, 9 Sep 2025 17:05:42 -0400 Subject: [PATCH] Fix minor YAML oops in .github/workflows/test.yml Co-authored-by: Frank Dana --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d00096..93d7e69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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