Fix file formatting script dependencies and cleanup

This commit is contained in:
Aaron Franke 2023-01-12 16:16:02 -06:00
parent e62f57f51d
commit 06450bfb0f
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
2 changed files with 11 additions and 9 deletions

View file

@ -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