Skip to content

Commit 02e489e

Browse files
Force disable GIL
1 parent b077cec commit 02e489e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test-python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ defaults:
3535
jobs:
3636
test-python:
3737
runs-on: ${{ matrix.os }}
38+
env:
39+
PYTHON_GIL: ${{ matrix.python-version == '3.13t' && '0' || '1' }}
3840
strategy:
3941
fail-fast: false
4042
matrix:

0 commit comments

Comments
 (0)