Skip to content

Commit

Permalink
disable-gil: true
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 23, 2023
1 parent 6b9527f commit 2ad0311
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
name: main
steps:
- uses: actions/checkout@v4
- uses: deadsnakes/action@v3.0.1
- uses: hugovk/action@disable-gil
with:
python-version: ${{ matrix.python-version }}
- run: |
disable-gil: true
- name: Check version
run: |
python --version --version && which python
python -c "import sysconfig; print(sysconfig.get_config_var('Py_GIL_DISABLED'))"

0 comments on commit 2ad0311

Please sign in to comment.