mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
ci: use python3 for flake8
'make pylint' fails if flake8 runs on python2.
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
set -o pipefail
|
||||
|
||||
if [[ "${CI_TARGET}" == lint ]]; then
|
||||
python -m pip -q install --user --upgrade flake8
|
||||
python3 -m pip -q install --user --upgrade flake8
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user