Skip to content

Commit

Permalink
Python3.12 pillow dependencies (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight authored Oct 16, 2024
1 parent 1f825a2 commit 137119d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@ jobs:
steps:
- name: Get code
uses: actions/checkout@v4
# Pillow may need these to function
- name: install potential system dependencies
run: |
sudo apt-get update
sudo apt-get install libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
libharfbuzz-dev libfribidi-dev libxcb1-dev
- name: Install poetry
uses: snok/install-poetry@v1
with:
Expand Down Expand Up @@ -292,6 +299,12 @@ jobs:
steps:
- name: get code
uses: actions/checkout@v4
- name: install potential system dependencies
run: |
sudo apt-get update
sudo apt-get install libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
libharfbuzz-dev libfribidi-dev libxcb1-dev
- name: install python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 137119d

Please sign in to comment.