From be12bdcb81197ca4dfed84e6c6313201ec27ea4b Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 10 Feb 2026 22:32:44 +0000 Subject: [PATCH] Add libgl1 and libglib2.0-0 to CI for OpenCV runtime deps --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1359bb1..93d7fa9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -112,7 +112,7 @@ steps: - name: Run backend tests image: python:3.13-slim commands: - - apt-get update && apt-get install -y --no-install-recommends gcc libmariadb-dev pkg-config python3-dev build-essential && rm -rf /var/lib/apt/lists/* + - apt-get update && apt-get install -y --no-install-recommends gcc libmariadb-dev pkg-config python3-dev build-essential libgl1 libglib2.0-0 && rm -rf /var/lib/apt/lists/* - pip install --no-cache-dir -r requirements.txt - pip install --no-cache-dir pytest pytest-asyncio pytest-xdist httpx aioresponses fakeredis - pytest tests/ -x -q