mirror of https://github.com/snachodog/mybuddy.git
Remove verbose flag from `pipenv install` in CI
This commit is contained in:
parent
d35e20570d
commit
b68ac0fdc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue