diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-02 10:30:23 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-02 10:26:35 +0200 |
commit | fa050bbc0ad479063735b0325daa717ded404c8f (patch) | |
tree | aea6d88c4555ecf57439f9f688dc8c514864b6b1 /ci | |
parent | 245462b66ce35dfc5b191d245b3b18b7d035dc92 (diff) |
test: Update test README and lint script
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/lint/04_install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index 2c63a9efac..5587618f2d 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -13,7 +13,6 @@ update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(whi ${CI_RETRY_EXE} pip3 install codespell==2.0.0 ${CI_RETRY_EXE} pip3 install flake8==3.8.3 -${CI_RETRY_EXE} pip3 install yq ${CI_RETRY_EXE} pip3 install mypy==0.781 ${CI_RETRY_EXE} pip3 install vulture==2.3 |