Skip to content

Commit 13d511b

Browse files
committed
Fixed the PowerShell syntax error by adding shell: bash to the "Install cibuildwheel and repair tools" step.
1 parent 6ae6cf9 commit 13d511b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
Write-Host "✓ CUDA toolkit installation completed"
9999
100100
- name: Install cibuildwheel and repair tools
101+
shell: bash
101102
run: |
102103
python -m pip install --upgrade pip
103104
python -m pip install cibuildwheel

0 commit comments

Comments
 (0)