File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : CI - OSX /Linux/Windows via Pixi
1+ name : CI - MacOS /Linux/Windows via Pixi
22
33on :
44 push :
7878 cache : true
7979 environments : ${{ matrix.environment }}
8080
81- - name : Build EigenPy
81+ - name : Build EigenPy [MacOS/Linux]
8282 shell : pixi run bash -el {0}
83- if : contains(${{ matrix.os }} , 'ubuntu') || contains(${{ matrix.os }}, macos)
83+ if : contains(matrix.os, 'ubuntu') || contains(matrix.os, ' macos' )
8484 env :
8585 CMAKE_BUILD_PARALLEL_LEVEL : 4
8686 run : |
9090 export CXXFLAGS=${{ matrix.cxx_options }}
9191 pixi run -e ${{ matrix.environment }} test
9292
93- - name : Build EigenPy
93+ - name : Build EigenPy [Windows]
9494 shell : pixi run bash -el {0}
95- if : contains(${{ matrix.os }} , 'windows')
95+ if : contains(matrix.os, 'windows')
9696 env :
9797 CC : ${{ matrix.compiler }}
9898 CXX : ${{ matrix.compiler }}
You can’t perform that action at this time.
0 commit comments