Skip to content

Commit 9184a72

Browse files
committed
Try installing coverage[toml] separately
1 parent 3019bf8 commit 9184a72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cygwin-test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
# This is used unless, and before, an updated pip is installed.
6161
ln -s pip3 /usr/bin/pip
6262
63+
- name: Install code coverage dependencies
64+
run: |
65+
pip -vvv install "coverage[toml]"
66+
6367
- name: Install project and test dependencies
6468
run: |
6569
pip -vvv install ".[test]"

0 commit comments

Comments
 (0)