Skip to content

Commit a2e34ba

Browse files
committed
ci: add Pillow to test dependencies (required by thumbnails module)
1 parent 1ba6fb5 commit a2e34ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26-
pip install pytest pytest-cov beautifulsoup4
26+
pip install pytest pytest-cov beautifulsoup4 Pillow
2727
2828
- name: Run tests
2929
run: |

0 commit comments

Comments
 (0)