mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Add PYTHON_GIL=0 env var to keep GIL disabled
This commit is contained in:
parent
e76c31b67d
commit
701539d017
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user