Skip to content

Commit b5beb7d

Browse files
authored
Merge pull request #1116 from PowerGridModel/feature/fix-sonar
CI: use clang in Sonar python install
2 parents 6411ab0 + 3cf62c0 commit b5beb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Python test and coverage
5353
run: |
54-
pip install -e .[dev]
54+
CC=clang CXX=clang++ pip install -e .[dev]
5555
pytest
5656
5757
- name: Run build-wrapper for C++

0 commit comments

Comments
 (0)