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
|
- name: Install dependencies
|
||||||
if: steps.cache-pipenv.outputs.cache-hit != 'true'
|
if: steps.cache-pipenv.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
pipenv install --dev --verbose
|
pipenv install --dev
|
||||||
- run: gulp lint
|
- run: gulp lint
|
||||||
- run: gulp coverage
|
- run: gulp coverage
|
||||||
- name: Submit results to Coveralls
|
- name: Submit results to Coveralls
|
||||||
|
|
Loading…
Reference in New Issue