Fix build

This commit is contained in:
Ircama 2024-07-29 11:10:12 +02:00
parent 35473d5157
commit 53ac3f6515

View file

@ -17,8 +17,9 @@ jobs:
architecture: 'x64' architecture: 'x64'
- name: Install requirements - name: Install requirements
run: | run: |
pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install -r PyInstaller pip install PyInstaller
- name: Run PyInstaller - name: Run PyInstaller
run: | run: |
python -m PyInstaller epson_print_conf.spec -- --default python -m PyInstaller epson_print_conf.spec -- --default