Skip to content

Commit aa5a95a

Browse files
committed
CI: install Pillow for building docs
1 parent e506e66 commit aa5a95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ jobs:
237237
- name: Install Python dependencies
238238
run: |
239239
python -m pip install --upgrade -r requirements.txt
240+
python -m pip install pillow
240241
241242
- name: Setup MSVC
242243
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)