mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 07:53:30 +08:00
more CI testing
This commit is contained in:
parent
03cece8f28
commit
10e91a3cb8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo apt-add-repository -y ppa:deadsnakes/ppa
|
||||
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
||||
sudo pip3 install pylint mypy typing-extensions
|
||||
sudo python3.7 -m pip install pylint mypy typing-extensions
|
||||
- name: Run checks
|
||||
run: |
|
||||
python3.7 -m pylint --version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user