Skip to content

Commit 9a3f289

Browse files
chore: add PYTHON_GIL environment variable for Python tests
1 parent 1259e9e commit 9a3f289

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
python-version: ${{ matrix.python-version }}
6161

6262
- name: Test Python
63+
env:
64+
PYTHON_GIL: ${{ matrix.experimental == true && '0' || '1' }}
6365
run: just test-python
6466

6567
- name: Test Rust

0 commit comments

Comments
 (0)