Add libgl1 and libglib2.0-0 to CI for OpenCV runtime deps

This commit is contained in:
Viktor Barzin 2026-02-10 22:32:44 +00:00
parent 35cf3fa862
commit be12bdcb81
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -112,7 +112,7 @@ steps:
- name: Run backend tests - name: Run backend tests
image: python:3.13-slim image: python:3.13-slim
commands: 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 -r requirements.txt
- pip install --no-cache-dir pytest pytest-asyncio pytest-xdist httpx aioresponses fakeredis - pip install --no-cache-dir pytest pytest-asyncio pytest-xdist httpx aioresponses fakeredis
- pytest tests/ -x -q - pytest tests/ -x -q