Remove verbose flag from `pipenv install` in CI

This commit is contained in:
Christopher C. Wells 2021-11-07 13:02:28 -08:00
parent d35e20570d
commit b68ac0fdc4
1 changed files with 1 additions and 1 deletions

View File

@ -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