From 9399e09bf4d2669e173e375c826a5a3c08347d9d Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 26 Jan 2024 18:15:55 +0000 Subject: [PATCH] ci nox: remove -v verbosity flag The -v flag makes the CI output very unwieldy and difficult to read. --- .github/workflows/nox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 54d100ca..8082ea93 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -68,7 +68,7 @@ jobs: python-versions: "${{ matrix.python-versions }}" - name: "Run nox -e ${{ matrix.session }}" run: | - OTHER_ANTSIBULL_MODE=git nox -v -e "${{ matrix.session }}" + OTHER_ANTSIBULL_MODE=git nox -e "${{ matrix.session }}" - name: Report coverage if: ${{ matrix.codecov }} run: |