From 91144a692a988364873afa096f2ceaa0c34360af Mon Sep 17 00:00:00 2001 From: Brandon Hancock Date: Thu, 9 Jan 2025 16:11:48 -0500 Subject: [PATCH] updating tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f655dcc64..9bab91347 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,4 +29,4 @@ jobs: run: uv sync --dev --all-extras - name: Run tests - run: uv run pytest tests -vv + run: uv run pytest tests -v -s