Skip to content

Commit 6de4343

Browse files
committed
Test cython fix
1 parent 415cb8d commit 6de4343

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codechecker.yml

Lines changed: 4 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,9 @@ jobs:
3132

3233
- name: Install CodeChecker
3334
run: |
35+
## Install cython first to resolve dependency issue
36+
pip3 install "cython<3.0.0"
37+
pip3 install --force-reinstall wheel
3438
## CodeChecker version should match version installed on server side.
3539
pip3 install codechecker==6.21
3640

0 commit comments

Comments
 (0)