File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Install dependencies
22
22
run : |
23
23
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
25
25
26
26
# Latest distros do not allow global pip installation
27
27
- name : Install Python requirements in venv
30
30
. .venv/bin/activate
31
31
echo "$PATH" >> $GITHUB_PATH
32
32
python3 -m pip install -r third_party/requirements.txt
33
- python3 -m pip install bandit codespell
34
33
35
34
- name : Configure CMake
36
35
run : >
Original file line number Diff line number Diff line change 1
1
# Python requirements modules
2
2
# Formatting the source code
3
+ bandit == 1.8.3
4
+ black == 24.3.0
3
5
clang-format == 15.0.7
4
6
cmake-format == 0.6.13
5
- black == 24.3.0
6
7
# Tests
7
8
packaging == 24.2
8
9
# Generating HTML documentation
@@ -16,5 +17,6 @@ breathe==4.36.0
16
17
sphinx == 8.1.3
17
18
sphinx_book_theme == 1.1.3
18
19
# Spelling check in documentation
20
+ codespell == 2.4.1
19
21
pyenchant == 3.2.2
20
22
sphinxcontrib-spelling == 8.0.1
You can’t perform that action at this time.
0 commit comments