From b68ac0fdc4acd430ae724240f1c9b6b0b5013b01 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 7 Nov 2021 13:02:28 -0800 Subject: [PATCH] Remove verbose flag from `pipenv install` in CI --- .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 9ce45cb2..b8f98d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Install dependencies if: steps.cache-pipenv.outputs.cache-hit != 'true' run: | - pipenv install --dev --verbose + pipenv install --dev - run: gulp lint - run: gulp coverage - name: Submit results to Coveralls