We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c519f commit a62d035Copy full SHA for a62d035
.github/workflows/build_wheel_on_windows.yml
@@ -84,6 +84,10 @@ jobs:
84
pip install --upgrade pip
85
pip install cibuildwheel==3.4.0
86
87
+ - name: Add Git bin to PATH
88
+ run: echo "C:\Program Files\Git\usr\bin" >> $GITHUB_PATH
89
+ shell: bash
90
+
91
# Cache the directory where cibuildwheel outputs the .whl files
92
- name: Cache built wheels
93
id: cache-wheels
0 commit comments