Skip to content

Commit f28fe5a

Browse files
authored
CI: Keep GIL disabled in free-threading CI (#59109)
1 parent 679c590 commit f28fe5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ jobs:
388388
389389
- name: Run Tests
390390
uses: ./.github/actions/run-tests
391+
env:
392+
PYTHON_GIL: 0
391393

392394
emscripten:
393395
# Note: the Python version, Emscripten toolchain version are determined

0 commit comments

Comments
 (0)