Skip to content

Commit 017d51d

Browse files
committed
📰 Updated build script again because the wrong sections were removed.
This time github actions should finally pass.
1 parent e4e959d commit 017d51d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/format.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,28 @@ jobs:
1111

1212
# C++ part
1313
- name: 🏗️ 🏃 clang-format
14-
uses: DoozyX/clang-format-lint-action@v0.18
14+
uses: DoozyX/clang-format-lint-action@v0.17
1515
with:
1616
source: ./cpp
1717
extensions: h,c,hpp,cpp
18-
clangFormatVersion: 18
18+
clangFormatVersion: 17
1919

2020
# Python part
2121
- name: 🏗️ python 3.11
2222
uses: actions/setup-python@v4
2323
with:
2424
python-version: "3.11"
2525

26-
- name: ⬇️ Python Poetry
27-
uses: pdm-project/setup-pdm@v3
28-
2926
- name: ⬇️ Python Poetry
3027
uses: snok/install-poetry@v1
3128
with:
3229
version: 1.8.4
3330
installer-parallel: true
3431

32+
- name: ⬇️ Python Dependencies
33+
run: poetry install
34+
working-directory: ./python
35+
3536
- name: 🏃 autoflake, isort, black
3637
working-directory: ./python
3738
run: |

0 commit comments

Comments
 (0)