fuck this
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m40s
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m40s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user