File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
26
26
jobs :
27
27
eigenpy-pixi :
28
- name : ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
28
+ name : ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }} ${{ matrix.compiler }}
29
29
runs-on : ${{ matrix.os }}
30
30
env :
31
31
CCACHE_BASEDIR : " ${GITHUB_WORKSPACE}"
37
37
fail-fast : false
38
38
matrix :
39
39
os : [ubuntu-latest, macos-latest, macos-14]
40
- environment : [all, all_py39 ]
40
+ environment : [all, all-py39 ]
41
41
build_type : [Release, Debug]
42
42
cxx_options : ['', '-mavx2']
43
43
@@ -83,12 +83,11 @@ jobs:
83
83
pixi run test
84
84
85
85
- name : Build EigenPy [Windows]
86
- shell : pixi run bash -el {0}
87
86
if : contains(matrix.os, 'windows')
88
87
env :
88
+ CMAKE_BUILD_PARALLEL_LEVEL : 4
89
89
CC : ${{ matrix.compiler }}
90
90
CXX : ${{ matrix.compiler }}
91
- CMAKE_BUILD_PARALLEL_LEVEL : 4
92
91
run : |
93
92
pixi run test
94
93
You can’t perform that action at this time.
0 commit comments