File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,28 @@ jobs:
11
11
12
12
# C++ part
13
13
- name : 🏗️ 🏃 clang-format
14
- uses : DoozyX/clang-format-lint-action@v0.18
14
+ uses : DoozyX/clang-format-lint-action@v0.17
15
15
with :
16
16
source : ./cpp
17
17
extensions : h,c,hpp,cpp
18
- clangFormatVersion : 18
18
+ clangFormatVersion : 17
19
19
20
20
# Python part
21
21
- name : 🏗️ python 3.11
22
22
uses : actions/setup-python@v4
23
23
with :
24
24
python-version : " 3.11"
25
25
26
- - name : ⬇️ Python Poetry
27
- uses : pdm-project/setup-pdm@v3
28
-
29
26
- name : ⬇️ Python Poetry
30
27
uses : snok/install-poetry@v1
31
28
with :
32
29
version : 1.8.4
33
30
installer-parallel : true
34
31
32
+ - name : ⬇️ Python Dependencies
33
+ run : poetry install
34
+ working-directory : ./python
35
+
35
36
- name : 🏃 autoflake, isort, black
36
37
working-directory : ./python
37
38
run : |
You can’t perform that action at this time.
0 commit comments