mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fix python Pillow install.
This commit is contained in:
parent
323a42177d
commit
624f6fa258
2 changed files with 2 additions and 11 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,556];
|
||||
BOSL_VERSION = [2,0,557];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue