fuck this
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m40s

This commit is contained in:
rattatwinko
2025-06-03 18:48:33 +02:00
parent bd7c32cb52
commit 562e2958b1
2 changed files with 0 additions and 160 deletions

View File

@@ -19,19 +19,11 @@ jobs:
with:
python-version: '3.10'
- name: Install system dependencies (for OpenCV)
run: |
sudo apt-get update
sudo apt-get install -y libgl1
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: make test
- name: Install PyInstaller
run: pip install pyinstaller