mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
Cirrus CI: Fix pip packages not being fully installed
This commit is contained in:
@@ -6,6 +6,9 @@ code_check_task:
|
||||
folder: ~/.cache/pip
|
||||
fingerprint_script: cat .cirrus_requirements.txt
|
||||
populate_script: pip install -r .cirrus_requirements.txt
|
||||
pip_install_scrpt:
|
||||
# Needed in order for yapf to be fully installed
|
||||
- pip install -r .cirrus_requirements.txt
|
||||
utils_script:
|
||||
- python3 -m yapf --style '.style.yapf' -e '*/third_party/*' -rpd utils
|
||||
- ./devutils/run_utils_pylint.py --hide-fixme
|
||||
|
||||
Reference in New Issue
Block a user