Fix python Pillow install.

This commit is contained in:
Garth Minette 2021-02-02 02:33:32 -08:00
parent 323a42177d
commit 624f6fa258
2 changed files with 2 additions and 11 deletions

View file

@ -48,17 +48,8 @@ jobs:
cd $GITHUB_WORKSPACE
git clone https://github.com/revarbat/BOSL2.wiki.git
- name: Install Python pip
run: sudo apt-get install python3-pip
- name: Install Python dev
run: sudo apt-get install python3-dev python3-setuptools
- name: Install Pillow Dependencies
run: sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev
- name: Install Pillow
run: sudo pip3 install Pillow
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
- name: Install OpenSCAD
run: |

View file

@ -6,7 +6,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,556];
BOSL_VERSION = [2,0,557];
// Section: BOSL Library Version Functions