Merge branch 'master' into develop

This commit is contained in:
TheJackiMonster 2023-03-29 22:01:26 +02:00
commit 8e298c0788
No known key found for this signature in database
GPG Key ID: D850A5F772E880F9
1 changed files with 1 additions and 1 deletions

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: |