Skip to content

Commit

Permalink
run with GIL disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Jul 18, 2024
1 parent 0e0dd00 commit 1c41148
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@ permissions:

jobs:
build:
strategy:
matrix:
version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "${{ matrix.version }}"
allow-prereleases: true

- name: Setup Miniconda
- name: Setup Python via Miniconda
uses: conda-incubator/[email protected]
with:
python-version: 3.13
Expand All @@ -40,3 +31,5 @@ jobs:
python python_c_extension/setup.py build
cp -r build/*/* python_c_extension
python -m unittest discover tests/ -vvv
env:
PYTHON_GIL: 0

0 comments on commit 1c41148

Please sign in to comment.