Skip to content

Commit f184775

Browse files
radarherehugovk
andcommitted
Removed leading ampersand
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 46db79a commit f184775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Install cibuildwheel
170170
run: |
171-
& python.exe -m pip install -r .ci/requirements-cibw.txt
171+
python.exe -m pip install -r .ci/requirements-cibw.txt
172172
173173
- name: Prepare for build
174174
run: |

0 commit comments

Comments
 (0)