Skip to content

Commit 536ce6c

Browse files
committed
fix: set PYTHON_GIL=0
1 parent 38c9bca commit 536ce6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- name: Set up uv
3131
run: curl -LsSf https://astral.sh/uv/install.sh | sh
3232

33+
- name: Set special env for 3.14t
34+
if: matrix.python-version == '3.14t'
35+
run: echo "PYTHON_GIL=0" >> $GITHUB_ENV
36+
3337
- name: Set up Python ${{ matrix.python-version }}
3438
id: setup-python
3539
run: |

0 commit comments

Comments
 (0)