We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe7e3d commit 81261caCopy full SHA for 81261ca
.github/workflows/cibuildwheel.yml
@@ -39,7 +39,6 @@ jobs:
39
CIBW_BEFORE_TEST: >
40
pip install -r {project}/requirements.txt -r {project}/requirements-dev.txt
41
CIBW_TEST_COMMAND: >
42
- # Photo by Dillon Hunt (https://unsplash.com/@dillon_hunt) on https://unsplash.com/photos/an-aerial-view-of-the-ocean-and-rocks-zQLd8RXbenw
43
curl -L -o /tmp/test_image.jpg "https://unsplash.com/photos/zQLd8RXbenw/download?ixid=M3wxMjA3fDB8MXx0b3BpY3x8NnNNVmpUTFNrZVF8fHx8fDJ8fDE3MzY0MDA3NTd8&force=true&w=2400"
44
python {project}/tests/test_all.py --image /tmp/test_image.jpg --quality 1 --method pillow --tonal-spot &&
45
python {project}/tests/test_all.py --image /tmp/test_image.jpg --quality 1 --method cpp --tonal-spot
0 commit comments