Skip to content

Commit 25fcd94

Browse files
committed
fix build
1 parent 6822f51 commit 25fcd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python {project}/tests/test_all.py --image test_image.jpg --quality 1 --method pillow --tonal-spot &&
3939
python {project}/tests/test_all.py --image test_image.jpg --quality 1 --method cpp --tonal-spot
4040
CIBW_BEFORE_BUILD: >
41-
pip install -U pip setuptools wheel pybind11
41+
pip install setuptools wheel pybind11
4242
4343
- uses: actions/upload-artifact@v4
4444
with:

0 commit comments

Comments
 (0)