Skip to content

Commit bc41ddf

Browse files
committed
Test cython fix
1 parent 415cb8d commit bc41ddf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codechecker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CodeChecker
22
on:
3+
pull_request:
34
push:
45
branches:
56
- TDE_REL_17_STABLE
@@ -31,6 +32,8 @@ jobs:
3132

3233
- name: Install CodeChecker
3334
run: |
35+
## Install cython first to resolve dependency issue
36+
pip3 install "cython<3.0.0"
3437
## CodeChecker version should match version installed on server side.
3538
pip3 install codechecker==6.21
3639

0 commit comments

Comments
 (0)