CI: install Pillow for building docs

This commit is contained in:
Scott Talbert
2024-09-11 19:25:23 -04:00
parent e506e668ac
commit aa5a95a3ef

View File

@@ -237,6 +237,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade -r requirements.txt
python -m pip install pillow
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1