From 1afcca501777b417b01f204a5113747333870285 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sat, 26 Oct 2024 08:42:00 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acbe9254..9216c1f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: uv pip install .[test] - name: Run test suite - run: source .venv/bin/activate && pytest + run: source .venv/bin/activate && pytest -s multi-os: