build: remove test group usage

This commit is contained in:
2026-01-30 15:57:47 +00:00
parent 516fda4694
commit 53ba8bb16b

View File

@@ -23,4 +23,4 @@ test:
- test - test
script: script:
- apt-get update && apt-get install ffmpeg libsm6 libxext6 -y - apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
- uv run --only-group test pytest test - uv run pytest test