Skip to content

Commit 73b8340

Browse files
committed
HACK: manually install setuptools
1 parent 645f620 commit 73b8340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
pip install -r requirements_lint_CI.txt
2222
# Mypy also checks types in the tests/ folder
2323
pip install -r requirements_tests_CI.txt
24+
pip install setuptools
2425
python setup.py build
2526
2627
- name: black

0 commit comments

Comments
 (0)