We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9184a72 commit bf54c2fCopy full SHA for bf54c2f
.github/workflows/cygwin-test.yml
@@ -62,11 +62,11 @@ jobs:
62
63
- name: Install code coverage dependencies
64
run: |
65
- pip -vvv install "coverage[toml]"
+ pip install "coverage[toml]"
66
67
- name: Install project and test dependencies
68
69
- pip -vvv install ".[test]"
+ pip install ".[test]"
70
71
- name: Show version and platform information
72
0 commit comments