Exclude PYTHON_GIL=0 for now

This commit is contained in:
Charlie Lin 2025-07-20 11:40:14 -04:00
parent 6ced817616
commit 75cdd03f28
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Test (C extension)
shell: bash
run: |
PYTHON_GIL=0 pytest -v test
pytest -v test
- name: Test (pure Python fallback)
shell: bash

View file

@ -32,7 +32,7 @@ jobs:
uses: pypa/cibuildwheel@v2.23.3
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "PYTHON_GIL=0 pytest {package}/test"
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_SKIP: "pp* cp38-macosx_*"
CIBW_ENABLE: cpython-freerelease