requierements and workflow

pull/624/head
Holger Müller 2023-03-14 20:10:27 +01:00
rodzic c18a6c226f
commit b2c2598d3c
5 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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