Skip to content

Commit 58f7fa8

Browse files
authored
Test building without Python lint tools
1 parent cfbfe34 commit 58f7fa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
apt-get -y install pkg-config libtool autoconf \
2424
automake g++ bison flex make bash-completion dh-autoreconf \
2525
debhelper devscripts wget python3-pip
26-
- name: Install Python lint tools
27-
run: python3 -m pip install --no-input cpplint flake8
26+
#- name: Install Python lint tools
27+
# run: python3 -m pip install --no-input cpplint flake8
2828
- name: Install build dependencies
2929
shell: bash
3030
run: |

0 commit comments

Comments
 (0)