Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CodeChecker
on:
pull_request:
push:
branches:
- TDE_REL_17_STABLE
Expand Down Expand Up @@ -31,6 +32,9 @@ jobs:

- name: Install CodeChecker
run: |
## Install cython first to resolve dependency issue
pip3 install "cython<3.0.0"
pip3 install --force-reinstall wheel
## CodeChecker version should match version installed on server side.
pip3 install codechecker==6.21

Expand Down
Loading