WIP
All checks were successful
Build Detektor binarie / build_macos (push) Successful in 41s

This commit is contained in:
Martin Kudlacek
2025-11-14 12:50:48 +01:00
parent 53f92991ce
commit 9bd4efca5f
2 changed files with 4 additions and 4 deletions

View File

@@ -14,14 +14,14 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
apt update -y apt update -y
apt install -y git apt install -y --no-install-recommends git
git clone ${{ gitea.server_url }}/${{ gitea.repository }} . git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }} git checkout ${{ gitea.ref_name }}
- name: Install deps - name: Install deps
run: | run: |
python3 -m venv .venv python -m venv venv
. .venv/bin/activate . venv/bin/activate
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt pip install -r requirements.txt
pip list pip list

View File

@@ -7,4 +7,4 @@ dbfread==2.0.7
openpyxl==3.1.5 openpyxl==3.1.5
xlsxwriter==3.2.2 xlsxwriter==3.2.2
PyOpenGL==3.1.9 PyOpenGL==3.1.9
PyOpenGL_accelerate==3.1.9 #PyOpenGL_accelerate==3.1.9