From e97d3f1b7b1a6ab6249d4a977f625b84c19892a3 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Sat, 7 Sep 2024 21:10:53 -0700 Subject: [PATCH] Remove verbosity. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61a3ec8..8e327a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: uv sync --all-extras -p ${{ matrix.python-version }} - name: Run unit tests - run: uv run --verbose tox -e py${{ matrix.python-version }} + run: uv run tox -e py${{ matrix.python-version }} - name: Run Style Checks - run: uv run --verbose tox -e style + run: uv run tox -e style