Skip to content

Commit

Permalink
BUG: fix env var handling on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 15, 2024
1 parent 0bc3abf commit 5b01e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
- name: Set up free-threaded build
if: matrix.python == 'cp313t'
shell: bash -el {0}
run: |
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 5b01e63

Please sign in to comment.