We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07328e1 commit 829b165Copy full SHA for 829b165
‎.github/workflows/test.yml
@@ -43,6 +43,8 @@ jobs:
43
run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
44
- name: Install possible shapely build requirements (if building from source)
45
run: sudo apt-get install -y libgeos-dev
46
+ - name: Install possible Pillow build requirements (if building from source)
47
+ run: sudo apt-get install -y libjpeg-dev
48
49
- name: Update pip
50
run: python3 -m pip install -U pip
0 commit comments