From 624f6fa2587e80d14300ed6a9fe7807ed594be41 Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Tue, 2 Feb 2021 02:33:32 -0800 Subject: [PATCH] Fix python Pillow install. --- .github/workflows/main.yml | 11 +---------- version.scad | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58aabc3..d3bd39f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | diff --git a/version.scad b/version.scad index 47a6dfe..e1d0bb0 100644 --- a/version.scad +++ b/version.scad @@ -6,7 +6,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,556]; +BOSL_VERSION = [2,0,557]; // Section: BOSL Library Version Functions