kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
use older setuptools for pyinstaller
rodzic
884207d910
commit
8432dcfbd3
|
@ -18,7 +18,7 @@ jobs:
|
|||
python-version: 3.9
|
||||
- name: Install dependencies and pyinstall
|
||||
run: |
|
||||
python -m pip install pip==22.0.3 setuptools==60.9.3
|
||||
python -m pip install pip==22.0.3 setuptools==60.7.1
|
||||
pip install -r requirements.txt
|
||||
pip install PyInstaller==4.9
|
||||
- name: Build binary
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
python-version: 3.9
|
||||
- name: Install dependencies and pyinstall
|
||||
run: |
|
||||
python -m pip install pip==22.0.3 setuptools==60.9.3
|
||||
python -m pip install pip==22.0.3 setuptools==60.7.1
|
||||
pip install -r requirements.txt
|
||||
pip install PyInstaller==4.9
|
||||
- name: Build binary
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
architecture: ${{ matrix.arch }}
|
||||
- name: Install dependencies and pyinstall
|
||||
run: |
|
||||
python -m pip install pip==22.0.3 setuptools==60.9.3
|
||||
python -m pip install pip==22.0.3 setuptools==60.7.1
|
||||
pip install -r requirements.txt
|
||||
pip install PyInstaller==4.9
|
||||
- name: Build binary
|
||||
|
|
Ładowanie…
Reference in New Issue