pull/624/head
Holger Müller 2023-03-15 13:52:29 +01:00
rodzic 8dec23296e
commit c5e00666aa
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -20,11 +20,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.11
architecture: ${{ matrix.arch }}
- name: Install dependencies and pyinstall
run: |
python -m pip install pip==23.0.1 setuptools==67.6.0
pip install -U pip setuptools
pip install -r requirements.txt
pip install PyInstaller==5.9.0
- name: Build binary