Skip to content

Commit

Permalink
disable GIL via env
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 2, 2024
1 parent 678da52 commit 8e78ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
echo $PATH
echo "PATH=$PATH" >> "$GITHUB_ENV"
echo "PYTHON_NOGIL=1" >> "$GITHUB_ENV"
echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
shell: micromamba-shell {0}


Expand Down

0 comments on commit 8e78ea9

Please sign in to comment.