From ec615abd1fda28cbb8920709ec30874b9067643a Mon Sep 17 00:00:00 2001 From: Dundar Göc Date: Mon, 3 Jan 2022 21:53:58 +0100 Subject: ci: install flake8 with apt instead of pip --- ci/install.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ci') diff --git a/ci/install.sh b/ci/install.sh index ea706639fb..bd42274b49 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -3,11 +3,6 @@ set -e set -o pipefail -if [[ "${CI_TARGET}" == lint ]]; then - python3 -m pip -q install --user --upgrade flake8 - exit -fi - # Use default CC to avoid compilation problems when installing Python modules. echo "Install neovim module for Python 3." CC=cc python3 -m pip -q install --user --upgrade pynvim -- cgit