kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
requierements and workflow
rodzic
c18a6c226f
commit
b2c2598d3c
|
@ -23,9 +23,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python3.9 -m venv build
|
python3.9 -m venv build
|
||||||
. build/bin/activate
|
. build/bin/activate
|
||||||
python -m pip install pip==23.0.1 setuptools==67.4.0
|
python -m pip install pip==23.0.1 setuptools==67.6.0
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install PyInstaller==5.8.0
|
pip install PyInstaller==5.9.0
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
. build/bin/activate
|
. build/bin/activate
|
||||||
|
|
|
@ -24,9 +24,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python3.11 -m venv build
|
python3.11 -m venv build
|
||||||
. build/bin/activate
|
. build/bin/activate
|
||||||
python -m pip install pip==23.0.1 setuptools==67.4.0
|
python -m pip install pip==23.0.1 setuptools==67.6.0
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install PyInstaller==5.8.0
|
pip install PyInstaller==5.9.0
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
. build/bin/activate
|
. build/bin/activate
|
||||||
|
|
|
@ -18,9 +18,9 @@ jobs:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install dependencies and pyinstall
|
- name: Install dependencies and pyinstall
|
||||||
run: |
|
run: |
|
||||||
python -m pip install pip==23.0.1 setuptools==67.4.0
|
python -m pip install pip==23.0.1 setuptools==67.6.0
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install PyInstaller==5.8.0
|
pip install PyInstaller==5.9.0
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --onefile -n nanovna-saver nanovna-saver.py
|
pyinstaller --onefile -n nanovna-saver nanovna-saver.py
|
||||||
|
|
|
@ -22,9 +22,9 @@ jobs:
|
||||||
architecture: ${{ matrix.arch }}
|
architecture: ${{ matrix.arch }}
|
||||||
- name: Install dependencies and pyinstall
|
- name: Install dependencies and pyinstall
|
||||||
run: |
|
run: |
|
||||||
python -m pip install pip==23.0.1 setuptools==67.4.0
|
python -m pip install pip==23.0.1 setuptools==67.6.0
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install PyInstaller==5.8.0
|
pip install PyInstaller==5.9.0
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py
|
pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
PyQt6==5.15.9
|
PyQt6==6.4.2
|
||||||
numpy==1.24.2
|
numpy==1.24.2
|
||||||
scipy==1.10.1
|
scipy==1.10.1
|
||||||
Cython==0.29.33
|
Cython==0.29.33
|
||||||
setuptools==65.5.1
|
setuptools==67.6.0
|
||||||
setuptools-scm==7.1.0
|
setuptools-scm==7.1.0
|
||||||
|
|
Ładowanie…
Reference in New Issue