"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "60de910e6010c76c25dd0ed0999e4c69f9692371"
Unverified Commit 331c3d2a authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Add GitPython to quality tools (#14459)

* Update setup.py

* Update setup.py

* Update setup.py

* Remove GitPython install
parent efea0f86
......@@ -800,7 +800,6 @@ jobs:
- v0.4-code_quality-{{ checksum "setup.py" }}
- v0.4-{{ checksum "setup.py" }}
- run: pip install --upgrade pip
- run: pip install isort GitPython
- run: pip install .[all,quality]
- save_cache:
key: v0.4-code_quality-{{ checksum "setup.py" }}
......@@ -827,7 +826,6 @@ jobs:
- v0.4-repository_consistency-{{ checksum "setup.py" }}
- v0.4-{{ checksum "setup.py" }}
- run: pip install --upgrade pip
- run: pip install isort GitPython
- run: pip install .[all,quality]
- save_cache:
key: v0.4-repository_consistency-{{ checksum "setup.py" }}
......
......@@ -280,7 +280,7 @@ extras["testing"] = (
+ extras["modelcreation"]
)
extras["quality"] = deps_list("black", "isort", "flake8")
extras["quality"] = deps_list("black", "isort", "flake8", "GitPython")
extras["all"] = (
extras["tf"]
......
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