File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 mpiexec -np 1 python3 -m pytest tests/
5656
5757 gcc10 :
58- name : GNU@10.1
58+ name : GNU@10.5 Debug
5959 runs-on : ubuntu-22.04
6060 env : {CXXFLAGS: "-Werror -Wno-error=deprecated-declarations -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names"}
6161 steps :
@@ -191,7 +191,7 @@ jobs:
191191 python3 -m pytest tests/
192192
193193 nvcc11 :
194- 194+ 195195 runs-on : ubuntu-20.04
196196 env : {CXXFLAGS: "-fno-operator-names"}
197197 steps :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ concurrency:
88
99jobs :
1010 msvc :
11- name : MSVC w/o MPI static release
11+ name : MSVC w/o MPI Static Release
1212 runs-on : windows-latest
1313 steps :
1414 - uses : actions/checkout@v4
3636 run : python3 -m pytest tests
3737
3838 clang :
39- name : Clang w/o MPI shared debug
39+ name : Clang w/o MPI Shared Debug
4040 runs-on : windows-latest
4141 steps :
4242 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments