Skip to content

Commit 66cb061

Browse files
add different logs
1 parent d1efb6f commit 66cb061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: |
5454
cd __tests__/data
55-
pipenv install --verbose
55+
pipenv install -vvv
5656
5757
python-poetry-dependencies-caching:
5858
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -116,4 +116,4 @@ jobs:
116116
- name: Install dependencies
117117
run: |
118118
cd __tests__/data
119-
pipenv install --verbose
119+
pipenv install -vvv

0 commit comments

Comments
 (0)