mistake fixing

This commit is contained in:
Pakobbix 2023-05-27 11:11:16 +02:00
parent a75a8f42bc
commit 395c347020

View File

@ -34,7 +34,9 @@ jobs:
- name: Upgrade Pip - name: Upgrade Pip
run: python -m pip install --upgrade pip run: python -m pip install --upgrade pip
- name: Install dependencies - name:
run: |
Install dependencies
pip install -r requirements.txt pip install -r requirements.txt
pip install pyinstaller pip install pyinstaller