We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6411ab0 + 3cf62c0 commit b5beb7dCopy full SHA for b5beb7d
.github/workflows/sonar.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Python test and coverage
53
run: |
54
- pip install -e .[dev]
+ CC=clang CXX=clang++ pip install -e .[dev]
55
pytest
56
57
- name: Run build-wrapper for C++
0 commit comments