From 67fe1e2d35190c44e8dbb75a61ef4d9cdaf37637 Mon Sep 17 00:00:00 2001 From: azaidy Date: Tue, 1 Oct 2024 15:54:23 -0400 Subject: [PATCH] Update ci.yml --- .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 3c483c7..bd39896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: . venv/bin/activate python3 -m pip install --upgrade pip python3 -m pip install -e .[test] - pytest -m "switchboard" -n auto + pytest -m "switchboard" -s -n auto python_ci: name: "Python + Tools CI"