Pass code check with pylint=2.4.4 (#1012)

This commit is contained in:
lantz
2021-01-25 14:00:53 -08:00
committed by GitHub
parent 77938e0a85
commit dad451bf8f
56 changed files with 330 additions and 182 deletions
-3
View File
@@ -24,9 +24,6 @@ jobs:
# This seems too slow unfortunately:
# sudo apt-get upgrade -y -qq
PYTHON=`which python` util/install.sh -nv
- name: Run code check (skipping for now)
run: |
bash -c "if [ `lsb_release -rs` == '14.04' ]; then make codecheck; fi"
- name: Sanity test
run: |
export sudo="sudo env PATH=$PATH"