File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
steps :
34
34
- uses : actions/checkout@v5
35
35
36
- - uses : actions/setup-python@v5
36
+ - uses : actions/setup-python@v6
37
37
with :
38
38
python-version : " 3.13"
39
39
@@ -308,7 +308,7 @@ jobs:
308
308
- uses : actions/checkout@v5
309
309
310
310
- name : Setup python
311
- uses : actions/setup-python@v5
311
+ uses : actions/setup-python@v6
312
312
with :
313
313
python-version : ' 3.12'
314
314
architecture : x64
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v5
29
29
30
30
- name : Set up Python
31
- uses : actions/setup-python@v5
31
+ uses : actions/setup-python@v6
32
32
with :
33
33
python-version : ' 3.12'
34
34
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
43
43
run : |
44
44
brew install boost eigen nlohmann-json msgpack-cxx doctest
45
45
- name : Set up Python
46
- uses : actions/setup-python@v5
46
+ uses : actions/setup-python@v6
47
47
with :
48
48
python-version : " 3.12"
49
49
- name : Install build-wrapper
50
50
uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v5
51
51
52
52
- name : Python test and coverage
53
53
run : |
54
- pip install -e .[dev]
54
+ CC=clang CXX=clang++ pip install -e .[dev]
55
55
pytest
56
56
57
57
- name : Run build-wrapper for C++
You can’t perform that action at this time.
0 commit comments