Skip to content

Commit

Permalink
CI: Keep GIL disabled in free-threading CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Jun 26, 2024
1 parent 679c590 commit f4fe500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ jobs:
- name: Run Tests
uses: ./.github/actions/run-tests
env:
PYTHON_GIL: 0

emscripten:
# Note: the Python version, Emscripten toolchain version are determined
Expand Down

0 comments on commit f4fe500

Please sign in to comment.