Skip to content

Commit 75cdd03

Browse files
committed
Exclude PYTHON_GIL=0 for now
1 parent 6ced817 commit 75cdd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Test (C extension)
4242
shell: bash
4343
run: |
44-
PYTHON_GIL=0 pytest -v test
44+
pytest -v test
4545
4646
- name: Test (pure Python fallback)
4747
shell: bash

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: pypa/[email protected]
3333
env:
3434
CIBW_TEST_REQUIRES: "pytest"
35-
CIBW_TEST_COMMAND: "PYTHON_GIL=0 pytest {package}/test"
35+
CIBW_TEST_COMMAND: "pytest {package}/test"
3636
CIBW_SKIP: "pp* cp38-macosx_*"
3737
CIBW_ENABLE: cpython-freerelease
3838

0 commit comments

Comments
 (0)