Skip to content

Commit

Permalink
Add PYTHON_GIL=0 env var to keep GIL disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 4, 2024
1 parent e76c31b commit ac743bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ concurrency:
env:
COVERAGE_CORE: sysmon
FORCE_COLOR: 1
PYTHON_GIL: 0

jobs:
build:
Expand Down

0 comments on commit ac743bf

Please # to comment.