[Docs] Add requirements/common.txt to run unit tests (#21572)

Signed-off-by: Zhou Fang <fang.github@gmail.com>
This commit is contained in:
Zhou Fang 2025-07-24 20:51:15 -07:00 committed by GitHub
parent e0be2c4d09
commit 807a328bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ For additional features and advanced configurations, refer to the official [MkDo
??? console "Commands"
```bash
pip install -r requirements/dev.txt
pip install -r requirements/common.txt -r requirements/dev.txt
# Linting, formatting and static type checking
pre-commit install --hook-type pre-commit --hook-type commit-msg