Skip to content

Commit 2ffcb1c

Browse files
committed
Install setuptools explicitly in coverage CI
1 parent 4646e57 commit 2ffcb1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip .[tests]
20+
pip install setuptools
2021
- name: Run Test
2122
run: coverage run -m unittest
2223
- name: Generate report

0 commit comments

Comments
 (0)