We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbfe34 commit 58f7fa8Copy full SHA for 58f7fa8
1 file changed
.github/workflows/lint.yaml
@@ -23,8 +23,8 @@ jobs:
23
apt-get -y install pkg-config libtool autoconf \
24
automake g++ bison flex make bash-completion dh-autoreconf \
25
debhelper devscripts wget python3-pip
26
- - name: Install Python lint tools
27
- run: python3 -m pip install --no-input cpplint flake8
+ #- name: Install Python lint tools
+ # run: python3 -m pip install --no-input cpplint flake8
28
- name: Install build dependencies
29
shell: bash
30
run: |
0 commit comments