ci: install flake8 with apt instead of pip

This commit is contained in:
Dundar Göc
2022-01-03 21:53:58 +01:00
parent 1036ca846e
commit ec615abd1f
2 changed files with 1 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install apt packages
run: |
sudo apt-get update
sudo apt-get install -y autoconf automake build-essential ccache cmake cpanminus gettext gperf language-pack-tr libtool-bin locales ninja-build pkg-config python3 python3-pip python3-setuptools unzip
sudo apt-get install -y autoconf automake build-essential ccache cmake cpanminus gettext gperf language-pack-tr libtool-bin locales ninja-build pkg-config python3 python3-pip python3-setuptools unzip flake8
- name: Setup interpreter packages
run: |