Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Oct 5, 2024
1 parent 0732c60 commit 206281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
apk update && apk add cppcheck python3-dev
python3 -m venv ./venv
. ./venv/bin/activate
python3 -m pip install clang-format==18.1.6 clang-tidy==18.1.8 pre-commit==3.8.0
python3 -m pip install setuptools clang-format==18.1.6 clang-tidy==18.1.8 pre-commit==3.8.0
- name: Run pre-commit
run: |
Expand Down

0 comments on commit 206281a

Please sign in to comment.