mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
Cirrus CI: Fix wrong name for PyPI GitPython module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user