Merge pull request #224 from DJ2LS/pyinstaller_51

This commit is contained in:
DJ2LS 2022-07-13 06:11:31 +02:00 committed by GitHub
commit 6a0015e4e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -33,7 +33,7 @@ jobs:
python -m pip install --upgrade pip
pip3 install psutil
pip3 install crcengine
pip3 install 'pyinstaller<5.1'
pip3 install pyinstaller
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<5.1'
pip install pyinstaller
pip install ujson
pip install pyserial
pip install numpy