Skip to content

Commit

Permalink
temp: do we still need PYTHON_GIL=0?
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 20, 2024
1 parent f7b71e7 commit 652a1da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
- name: "Check out the repo"
uses: "actions/checkout@v4"

- name: "Set PYTHON_GIL"
if: "${{ matrix.nogil }}"
run: |
echo "PYTHON_GIL=0" >> $GITHUB_ENV
#- name: "Set PYTHON_GIL"
# if: "${{ matrix.nogil }}"
# run: |
# echo "PYTHON_GIL=0" >> $GITHUB_ENV

- name: "Install ${{ matrix.python-version }} with deadsnakes"
uses: deadsnakes/action@6c8b9b82fe0b4344f4b98f2775fcc395df45e494
Expand Down

0 comments on commit 652a1da

Please sign in to comment.