aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-01-03 16:23:20 -0500
committerGitHub <noreply@github.com>2022-01-03 16:23:20 -0500
commitefe6485aca62c13045ef269ce0c218bce4a7e864 (patch)
tree9a5453c66858bd86fbadf8bdde0d24a67674bae1 /.github
parent1036ca846e172674105afc36c336493c3d9cc3a7 (diff)
parentec615abd1fda28cbb8920709ec30874b9067643a (diff)
downloadrneovim-efe6485aca62c13045ef269ce0c218bce4a7e864.tar.gz
rneovim-efe6485aca62c13045ef269ce0c218bce4a7e864.tar.bz2
rneovim-efe6485aca62c13045ef269ce0c218bce4a7e864.zip
Merge pull request #16903 from dundargoc/ci/install-flake-with-apt
ci: install flake8 with apt instead of pip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b2e1276000..5d906b949c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: |