Skip to content

Commit 3ae7c9a

Browse files
ci: pin setuptools<81 so coverage-badge can import pkg_resources
1 parent 82da045 commit 3ae7c9a

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 setuptools
22+
pip install coverage pytest coverage-badge "setuptools<81"
2323
2424
2525
- name: Run tests and coverage

0 commit comments

Comments
 (0)