Skip to content

Commit

Permalink
Removed leading ampersand
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
radarhere and hugovk committed Jan 4, 2024
1 parent 46db79a commit f184775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:

- name: Install cibuildwheel
run: |
& python.exe -m pip install -r .ci/requirements-cibw.txt
python.exe -m pip install -r .ci/requirements-cibw.txt
- name: Prepare for build
run: |
Expand Down

0 comments on commit f184775

Please sign in to comment.