We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6822f51 commit 25fcd94Copy full SHA for 25fcd94
.github/workflows/cibuildwheel.yml
@@ -38,7 +38,7 @@ jobs:
38
python {project}/tests/test_all.py --image test_image.jpg --quality 1 --method pillow --tonal-spot &&
39
python {project}/tests/test_all.py --image test_image.jpg --quality 1 --method cpp --tonal-spot
40
CIBW_BEFORE_BUILD: >
41
- pip install -U pip setuptools wheel pybind11
+ pip install setuptools wheel pybind11
42
43
- uses: actions/upload-artifact@v4
44
with:
0 commit comments