This commit is contained in:
Mateusz Faderewski 2023-02-24 18:36:54 +01:00
parent 1ca033a612
commit b3fa0fc89b

View File

@ -79,6 +79,9 @@ jobs:
ref: 'v5.8.0' ref: 'v5.8.0'
path: pyinstaller path: pyinstaller
- name: Install pyinstaller requirements
run: pip3 install wheel
- name: Compile and install pyinstaller - name: Compile and install pyinstaller
run: | run: |
pushd bootloader pushd bootloader
@ -87,8 +90,8 @@ jobs:
python3 setup.py install python3 setup.py install
working-directory: pyinstaller working-directory: pyinstaller
- name: Install python requirements - name: Install sc64.py requirements
run: pip install -r requirements.txt run: pip3 install -r requirements.txt
working-directory: sw/pc working-directory: sw/pc
# env: # env:
# PYINSTALLER_COMPILE_BOOTLOADER: true # PYINSTALLER_COMPILE_BOOTLOADER: true