File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 sudo apt-get update
24- sudo apt-get install -y black cmake clang-format-15 cmake-format libhwloc-dev doxygen
24+ sudo apt-get install -y cmake libhwloc-dev doxygen
2525
2626 # Latest distros do not allow global pip installation
2727 - name : Install Python requirements in venv
3030 . .venv/bin/activate
3131 echo "$PATH" >> $GITHUB_PATH
3232 python3 -m pip install -r third_party/requirements.txt
33- python3 -m pip install bandit codespell
3433
3534 - name : Configure CMake
3635 run : >
Original file line number Diff line number Diff line change 11# Python requirements modules
22# Formatting the source code
3+ bandit == 1.8.3
4+ black == 24.3.0
35clang-format == 15.0.7
46cmake-format == 0.6.13
5- black == 24.3.0
67# Tests
78packaging == 24.2
89# Generating HTML documentation
@@ -16,5 +17,6 @@ breathe==4.36.0
1617sphinx == 8.1.3
1718sphinx_book_theme == 1.1.3
1819# Spelling check in documentation
20+ codespell == 2.4.1
1921pyenchant == 3.2.2
2022sphinxcontrib-spelling == 8.0.1
You can’t perform that action at this time.
0 commit comments