Pyinstaller 5.1 breaks our build.

This commit is contained in:
Paul Kronenwetter 2022-05-18 18:33:54 -04:00
parent 8e92504a45
commit 4ce0fb4de9
3 changed files with 66 additions and 66 deletions

View file

@ -37,7 +37,7 @@ jobs:
pip3 install pyaudio
pip3 install psutil
pip3 install crcengine
pip3 install pyinstaller
pip3 install 'pyinstaller<5.1'
pip3 install ujson
pip3 install pyserial
pip3 install numpy

View file

@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade pip
pip3 install psutil
pip3 install crcengine
pip3 install pyinstaller
pip3 install 'pyinstaller<5.1'
pip3 install ujson
pip3 install pyserial
pip3 install numpy

View file

@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip
pip install psutil
pip install crcengine
pip install pyinstaller
pip install 'pyinstaller<5.1'
pip install ujson
pip install pyserial
pip install numpy