mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-13 22:14:17 +02:00
Install Pillow for python checkdocs workflow.
This commit is contained in:
12
.github/workflows/checkdocs.yml
vendored
12
.github/workflows/checkdocs.yml
vendored
@@ -24,6 +24,18 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
git clone https://github.com/revarbat/BOSL2.wiki.git
|
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 libtiff4-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
|
||||||
|
|
||||||
- name: Install OpenSCAD
|
- name: Install OpenSCAD
|
||||||
run: sudo snap install openscad
|
run: sudo snap install openscad
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,344];
|
BOSL_VERSION = [2,0,345];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user