Skip to content

Commit

Permalink
Add PYTHON_GIL=0 env var to keep GIL disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 4, 2024
1 parent e76c31b commit 701539d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
python-version: ${{ matrix.python-version }}
nogil: ${{ matrix.disable-gil }}

- name: Set PYTHON_GIL
if: "${{ matrix.disable-gil }}"
run: |
echo "PYTHON_GIL=0" >> $GITHUB_ENV
- name: Build system information
run: python3 .github/workflows/system-info.py

Expand Down

0 comments on commit 701539d

Please sign in to comment.