Exclude PYTHON_GIL for now

This commit is contained in:
Charlie Lin 2025-07-25 14:50:49 +00:00 committed by GitHub
parent cafe4f0985
commit 3cc2a384d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
- name: Test (pure Python fallback)
shell: bash
run: |
PYTHON_GIL=0 MSGPACK_PUREPYTHON=1 pytest -v test
MSGPACK_PUREPYTHON=1 pytest -v test
- name: build packages
shell: bash