Skip to content

Commit

Permalink
Merge pull request #3025 from benjeffery/fix-CI-3
Browse files Browse the repository at this point in the history
Fix lint action for new pip constraint
  • Loading branch information
benjeffery authored Oct 16, 2024
2 parents 2fb6ab8 + aed585f commit 98f7ffa
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 98f7ffa

Please sign in to comment.