Add PYTHON_GIL=0 env var to keep GIL disabled

This commit is contained in:
Hugo van Kemenade 2024-07-05 00:38:50 +03:00
parent e76c31b67d
commit 701539d017

View File

@ -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