We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1efb6f commit 66cb061Copy full SHA for 66cb061
.github/workflows/e2e-cache.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install dependencies
53
run: |
54
cd __tests__/data
55
- pipenv install --verbose
+ pipenv install -vvv
56
57
python-poetry-dependencies-caching:
58
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -116,4 +116,4 @@ jobs:
116
117
118
119
0 commit comments