Skip to content

Commit

Permalink
📰 Updated build script again because the wrong sections were removed.
Browse files Browse the repository at this point in the history
This time github actions should finally pass.
  • Loading branch information
rentruewang committed Nov 21, 2024
1 parent e4e959d commit 017d51d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,28 @@ jobs:

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

# Python part
- name: 🏗️ python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: ⬇️ Python Poetry
uses: pdm-project/setup-pdm@v3

- name: ⬇️ Python Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.4
installer-parallel: true

- name: ⬇️ Python Dependencies
run: poetry install
working-directory: ./python

- name: 🏃 autoflake, isort, black
working-directory: ./python
run: |
Expand Down

0 comments on commit 017d51d

Please sign in to comment.