Skip to content

Commit

Permalink
CI: drop PYTHON_GIL=0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 1, 2024
1 parent 9473f60 commit df7f209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/freethreaded_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
pip install pytest meson-python ninja"
echo "CIBW_BEFORE_BUILD=$CIBW_DEPS" >> "$GITHUB_ENV"
echo "CIBW_BEFORE_TEST=$CIBW_DEPS" >> "$GITHUB_ENV"
echo "CIBW_TEST_COMMAND=PYTHON_GIL=0 $CIBW_TEST_COMMAND" >> "$GITHUB_ENV"
- name: Build the wheel
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
Expand Down

0 comments on commit df7f209

Please sign in to comment.