From 8227dcc545101775a4c7e11f5de48adf0835ac02 Mon Sep 17 00:00:00 2001 From: mozman Date: Fri, 29 Dec 2023 07:19:04 +0100 Subject: [PATCH] add Pillow as test dependency --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 016f4ee0f..e314fe387 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,7 +24,7 @@ jobs: run: | python -m pip install --upgrade pip # Excluding Cython to test the pure Python version. - python -m pip install setuptools wheel pytest pyparsing fonttools numpy + python -m pip install setuptools wheel pytest pyparsing fonttools numpy Pillow - name: Install without C-extensions run: | python setup.py install