Browse Source

Cirrus CI: Fix wrong name for PyPI GitPython module

Eloston 5 years ago
parent
commit
05c645148d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .cirrus.yml

+ 2 - 2
.cirrus.yml

@@ -4,8 +4,8 @@ container:
 code_check_task:
     pip_cache:
         folder: ~/.cache/pip
-        populate_script: pip install pylint requests yapf git
-    pip_install_script: pip install pylint requests yapf git
+        populate_script: pip install pylint requests yapf GitPython
+    pip_install_script: pip install pylint requests yapf GitPython
     buildkit_script:
         - python3 -m yapf --style '.style.yapf' -e '*/third_party/*' -rpd buildkit
         - ./devutils/pylint_buildkit.py --hide-fixme