aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-01-03 21:53:58 +0100
committerDundar Göc <gocdundar@gmail.com>2022-01-03 21:54:23 +0100
commitec615abd1fda28cbb8920709ec30874b9067643a (patch)
tree9a5453c66858bd86fbadf8bdde0d24a67674bae1 /ci
parent1036ca846e172674105afc36c336493c3d9cc3a7 (diff)
downloadrneovim-ec615abd1fda28cbb8920709ec30874b9067643a.tar.gz
rneovim-ec615abd1fda28cbb8920709ec30874b9067643a.tar.bz2
rneovim-ec615abd1fda28cbb8920709ec30874b9067643a.zip
ci: install flake8 with apt instead of pip
Diffstat (limited to 'ci')
-rwxr-xr-xci/install.sh5
1 files changed, 0 insertions, 5 deletions
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