Skip to content

Commit 82da045

Browse files
ci: install setuptools so coverage-badge can import pkg_resources
1 parent 385f8aa commit 82da045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install -r requirements.txt # If you have a requirements file
22-
pip install coverage pytest coverage-badge
22+
pip install coverage pytest coverage-badge setuptools
2323
2424
2525
- name: Run tests and coverage

0 commit comments

Comments
 (0)