Skip to content

Commit

Permalink
add Pillow as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Dec 29, 2023
1 parent 66a6a19 commit 8227dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8227dcc

Please sign in to comment.