Skip to content

Commit bf54c2f

Browse files
committed
Unset -vvv to see the bigger picture more easily
1 parent 9184a72 commit bf54c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
6363
- name: Install code coverage dependencies
6464
run: |
65-
pip -vvv install "coverage[toml]"
65+
pip install "coverage[toml]"
6666
6767
- name: Install project and test dependencies
6868
run: |
69-
pip -vvv install ".[test]"
69+
pip install ".[test]"
7070
7171
- name: Show version and platform information
7272
run: |

0 commit comments

Comments
 (0)