Skip to content

Commit 76bf1e9

Browse files
committed
Install setuptools in for the CI checks
This is required to run the `doc8` check in the PR checks. Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.com>
1 parent 0e9a14e commit 76bf1e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dev:
2424

2525
doc8:
2626
@echo "-> Run doc8 validation"
27+
@${ACTIVATE} pip install doc8 pbr setuptools
2728
@${ACTIVATE} doc8 --config pyproject.toml --ignore-path docs/_build --max-line-length 100 docs/ *.rst
2829

2930
valid:

0 commit comments

Comments
 (0)