Removed leading ampersand

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2024-01-04 23:32:54 +11:00 committed by Andrew Murray
parent 46db79abe1
commit f184775cd3

View File

@ -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: |