From bd7c32cb522ade7f50915888c27601b8549c69ad Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Tue, 3 Jun 2025 18:22:38 +0200 Subject: [PATCH] bullshit dependency --- .gitea/workflows/run-mucapy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/run-mucapy.yml b/.gitea/workflows/run-mucapy.yml index dc1507e..948fa3e 100644 --- a/.gitea/workflows/run-mucapy.yml +++ b/.gitea/workflows/run-mucapy.yml @@ -19,7 +19,12 @@ jobs: with: python-version: '3.10' - - name: Install dependencies + - 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 @@ -36,7 +41,6 @@ jobs: --add-data "mucapy/styling:styling" \ --add-data "mucapy/models:models" - - name: Upload executable artifact uses: actions/upload-artifact@v3 with: