Skip to content

Commit

Permalink
Fix lint action for new pip constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Oct 16, 2024
1 parent 2fb6ab8 commit aed585f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: install clang-format
if: steps.clang_format.outputs.cache-hit != 'true'
run: |
sudo pip install clang-format==6.0.1
sudo ln -s /usr/local/bin/clang-format /usr/local/bin/clang-format-6.0
python -m venv env
source env/bin/activate
pip install clang-format==6.0.1
- uses: pre-commit/[email protected]

benchmark:
Expand Down

0 comments on commit aed585f

Please sign in to comment.