mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed leading ampersand
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
46db79abe1
commit
f184775cd3
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user