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