Docs: add missing dependencies to workflow

This commit is contained in:
neofelis2X
2025-02-27 02:23:18 +01:00
parent 6e43326a62
commit 7766e8a107

View File

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