We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6125f commit 4db97c0Copy full SHA for 4db97c0
1 file changed
.github/workflows/ci.yml
@@ -83,6 +83,10 @@ jobs:
83
allow-prereleases: true
84
cache: pip
85
cache-dependency-path: test-requirements.txt
86
+ - name: Set PYTHON_GIL
87
+ if: endsWith(matrix.python-version, 't')
88
+ run: |
89
+ echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
90
- name: Run tests
91
run: ./ci.sh
92
env:
0 commit comments