diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2023-01-12 16:16:02 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2023-01-12 16:25:21 -0600 |
commit | 06450bfb0fb2b4aad04611bd9044ad93e407c504 (patch) | |
tree | a164a7a04c74ac6151899cac7cb3f5879bf92f62 /.github | |
parent | e62f57f51dd81ad806357d712402ed88aa296dc2 (diff) |
Fix file formatting script dependencies and cleanup
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/static_checks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index 6c9d8d30f2..d10156c04e 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | - sudo apt-get install -qq dos2unix recode clang-format-15 libxml2-utils python3-pip moreutils + sudo apt-get install -qq dos2unix clang-format-15 libxml2-utils python3-pip moreutils sudo update-alternatives --remove-all clang-format || true sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-15 100 sudo pip3 install black==22.3.0 pygments pytest==7.1.2 mypy==0.971 |