chore: update gitlab ci file

This commit is contained in:
2025-11-21 17:10:58 +01:00
parent 24863cb6af
commit 9fdcacc342

View File

@@ -22,4 +22,6 @@ test:
tags: tags:
- test - test
script: script:
- uv run pytest test/ - apt-get update
- apt-get install -y gcc portaudio19-dev
- uv run pytest test/unit