mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
adding yapf to ci environment
This commit is contained in:
parent
06a181fcf5
commit
65396d4fb6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-add-repository -y ppa:deadsnakes/ppa
|
sudo apt-add-repository -y ppa:deadsnakes/ppa
|
||||||
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
||||||
sudo python3.7 -m pip install pylint mypy typing-extensions pytz
|
sudo python3.7 -m pip install pylint mypy typing-extensions pytz yapf
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: make checkfull
|
run: make checkfull
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user