mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Exclude PYTHON_GIL for now
This commit is contained in:
parent
cafe4f0985
commit
3cc2a384d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue