From 9fdcacc342a22fcc6e7e891616fccd94c3c219ed Mon Sep 17 00:00:00 2001 From: Kasper Date: Fri, 21 Nov 2025 17:10:58 +0100 Subject: [PATCH] chore: update gitlab ci file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1eabd01..fe082e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,4 +22,6 @@ test: tags: - test script: - - uv run pytest test/ + - apt-get update + - apt-get install -y gcc portaudio19-dev + - uv run pytest test/unit