Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Exclude PYTHON_GIL=0 for now
  • Loading branch information
clin1234 committed Jul 20, 2025
commit 75cdd03f28ec72c049ff41657e5871cac6ac8ac5
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
clin1234 marked this conversation as resolved.
Outdated

Expand Down