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

View file

@ -38,7 +38,7 @@ jobs:
- name: Install Python build dependencies - name: Install Python build dependencies
run: | run: |
python -m pip install --upgrade pip 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 pip install pyinstaller
- name: pyinstaller build - name: pyinstaller build
run: | run: |