Unverified Commit 807a328b authored by Zhou Fang's avatar Zhou Fang Committed by GitHub
Browse files

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


Signed-off-by: default avatarZhou Fang <fang.github@gmail.com>
parent e0be2c4d
...@@ -98,7 +98,7 @@ For additional features and advanced configurations, refer to the official [MkDo ...@@ -98,7 +98,7 @@ For additional features and advanced configurations, refer to the official [MkDo
??? console "Commands" ??? console "Commands"
```bash ```bash
pip install -r requirements/dev.txt pip install -r requirements/common.txt -r requirements/dev.txt
# Linting, formatting and static type checking # Linting, formatting and static type checking
pre-commit install --hook-type pre-commit --hook-type commit-msg pre-commit install --hook-type pre-commit --hook-type commit-msg
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment