Fix missing python-markdown in Windows builds

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-03-29 22:00:47 +02:00
parent 041fda5b74
commit 2f93c2f6fe
No known key found for this signature in database
GPG key ID: D850A5F772E880F9

View file

@ -38,7 +38,7 @@ jobs:
- name: Install Python build dependencies
run: |
python -m pip install --upgrade pip
pip install pyqt5==5.15.7 lxml pytest pytest-faulthandler language_tool_python symspellpy pyspellchecker pyenchant
pip install pyqt5==5.15.7 lxml pytest pytest-faulthandler markdown language_tool_python symspellpy pyspellchecker pyenchant
pip install pyinstaller
- name: pyinstaller build
run: |