File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,13 @@ jobs:
243
243
steps :
244
244
- name : Get code
245
245
uses : actions/checkout@v4
246
+ # Pillow may need these to function
247
+ - name : install potential system dependencies
248
+ run : |
249
+ sudo apt-get update
250
+ sudo apt-get install libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
251
+ libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
252
+ libharfbuzz-dev libfribidi-dev libxcb1-dev
246
253
- name : Install poetry
247
254
uses : snok/install-poetry@v1
248
255
with :
@@ -292,6 +299,12 @@ jobs:
292
299
steps :
293
300
- name : get code
294
301
uses : actions/checkout@v4
302
+ - name : install potential system dependencies
303
+ run : |
304
+ sudo apt-get update
305
+ sudo apt-get install libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
306
+ libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
307
+ libharfbuzz-dev libfribidi-dev libxcb1-dev
295
308
- name : install python
296
309
uses : actions/setup-python@v4
297
310
with :
You can’t perform that action at this time.
0 commit comments