Add libgl1 and libglib2.0-0 to CI for OpenCV runtime deps
This commit is contained in:
parent
35cf3fa862
commit
be12bdcb81
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue