Skip to content

Commit 3da969c

Browse files
psalzGagaLP
authored andcommitted
CI: Run clang-tidy on hipsycl:ubuntu23.04-latest; bump to v0.14.0
We haven't built ubuntu22.04-latest in a while; this just worked by accident. Also update clang-tidy-review to v0.14.0, as installing v0.9.0's pip dependencies is broken on Ubuntu 23.04 somehow.
1 parent 058dbe9 commit 3da969c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/celerity_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
run: |
8383
git clone https://github.com/ZedThree/clang-tidy-review.git
8484
cd clang-tidy-review
85-
git checkout v0.9.0
86-
pip install -r ./requirements.txt
85+
git checkout v0.14.0
86+
pip install --break-system-packages ./post/clang_tidy_review/
8787
cd ${{ env.container-workspace }}
88-
python3 ${{ env.build-dir }}/clang-tidy-review/review.py \
88+
python3 ${{ env.build-dir }}/clang-tidy-review/post/clang_tidy_review/clang_tidy_review/review.py \
8989
--clang_tidy_binary=clang-tidy \
9090
--token=${{ github.token }} \
9191
--repo=${{ github.repository }} \

0 commit comments

Comments
 (0)