Skip to content

Commit ddfcb13

Browse files
pillow dependencies (#535)
1 parent f721c07 commit ddfcb13

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ jobs:
2424
# needed because the postgres container does not provide a healthcheck
2525
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2626
steps:
27-
- name: psycopg2 prerequisites
28-
run: sudo apt-get install python3-dev libpq-dev
27+
- name: Install system packages for Pillow and psycopg2
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install -y python3-dev libpq-dev libjpeg-dev zlib1g-dev \
31+
libfreetype6-dev liblcms2-dev libwebp-dev libtiff5-dev \
32+
libopenjp2-7-dev tk-dev tcl-dev
2933
- uses: actions/checkout@v1
3034
- name: Set up Python ${{ matrix.python-version }}
3135
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)