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:
2525
2626jobs :
2727 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 }}
2929 runs-on : ${{ matrix.os }}
3030 env :
3131 CCACHE_BASEDIR : " ${GITHUB_WORKSPACE}"
3737 fail-fast : false
3838 matrix :
3939 os : [ubuntu-latest, macos-latest, macos-14]
40- environment : [all, all_py39 ]
40+ environment : [all, all-py39 ]
4141 build_type : [Release, Debug]
4242 cxx_options : ['', '-mavx2']
4343
@@ -83,12 +83,11 @@ jobs:
8383 pixi run test
8484
8585 - name : Build EigenPy [Windows]
86- shell : pixi run bash -el {0}
8786 if : contains(matrix.os, 'windows')
8887 env :
88+ CMAKE_BUILD_PARALLEL_LEVEL : 4
8989 CC : ${{ matrix.compiler }}
9090 CXX : ${{ matrix.compiler }}
91- CMAKE_BUILD_PARALLEL_LEVEL : 4
9291 run : |
9392 pixi run test
9493
You can’t perform that action at this time.
0 commit comments