Skip to content

Commit

Permalink
Fix clang-tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima committed Apr 2, 2024
1 parent 244e6ce commit 7753f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
apt-get update && apt-get install -y python3-dev python3-pip python3-setuptools python3-wheel
--no-install-recommends
- name: Upgrade pybind11
run: python3 -m pip install --upgrade pybind11 --prefer-binary
- name: Upgrade pybind11 and setuptools
run: python3 -m pip install --upgrade pybind11 "setuptools>=61.0.0" --prefer-binary

- name: Run clang-tidy
run: python3 setup.py clang_tidy --warning-as-errors

0 comments on commit 7753f23

Please sign in to comment.