From c2a2ad74540018e933a32834de5bcd0be8840eee Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 14 Feb 2026 10:47:17 +0100 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e3d0ee1..a632131 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: ruff check . --fix - name: Tests (pytest) - run: pytest -q + run: pytest --collect-only -q - name: Build scripts bundle (CI artifact) run: |