|
96 | 96 |
|
97 | 97 | - name: Preparations |
98 | 98 | run: | |
99 | | - python3 -m pip install pytest pillow packaging defusedxml |
| 99 | + python3 -m pip install --prefer-binary pillow |
| 100 | + python3 -m pip install pytest packaging defusedxml |
100 | 101 | python3 -m pip install --only-binary=:all: pi-heif |
101 | 102 |
|
102 | 103 | - name: Test wheel |
@@ -126,7 +127,8 @@ jobs: |
126 | 127 | - name: Preparations |
127 | 128 | run: | |
128 | 129 | brew install libjpeg little-cms2 |
129 | | - python3 -m pip install pytest pillow packaging defusedxml |
| 130 | + python3 -m pip install --prefer-binary pillow |
| 131 | + python3 -m pip install pytest packaging defusedxml |
130 | 132 | python3 -m pip install --only-binary=:all: pi-heif |
131 | 133 |
|
132 | 134 | - name: Test wheel |
@@ -158,7 +160,8 @@ jobs: |
158 | 160 | - name: Preparations |
159 | 161 | run: | |
160 | 162 | sudo apt update && sudo apt install libjpeg-dev liblcms2-dev |
161 | | - python3 -m pip install pytest pillow packaging defusedxml |
| 163 | + python3 -m pip install --prefer-binary pillow |
| 164 | + python3 -m pip install pytest packaging defusedxml |
162 | 165 | python3 -m pip install --only-binary=:all: pi-heif |
163 | 166 |
|
164 | 167 | - name: Test wheel |
@@ -188,7 +191,8 @@ jobs: |
188 | 191 | - name: Preparations |
189 | 192 | run: | |
190 | 193 | brew install libjpeg little-cms2 |
191 | | - python3 -m pip install pytest pillow packaging defusedxml |
| 194 | + python3 -m pip install --prefer-binary pillow |
| 195 | + python3 -m pip install pytest packaging defusedxml |
192 | 196 | python3 -m pip install --only-binary=:all: pillow-heif |
193 | 197 | python3 -m pip install --only-binary=:all: pi-heif |
194 | 198 |
|
@@ -223,7 +227,8 @@ jobs: |
223 | 227 | - name: Preparations |
224 | 228 | run: | |
225 | 229 | sudo apt update && sudo apt install libjpeg-dev liblcms2-dev |
226 | | - python3 -m pip install pytest pillow packaging defusedxml |
| 230 | + python3 -m pip install --prefer-binary pillow |
| 231 | + python3 -m pip install pytest packaging defusedxml |
227 | 232 | python3 -m pip install --only-binary=:all: pillow-heif |
228 | 233 | python3 -m pip install --only-binary=:all: pi-heif |
229 | 234 |
|
|
0 commit comments