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
2
2
3
3
on :
4
4
push :
78
78
cache : true
79
79
environments : ${{ matrix.environment }}
80
80
81
- - name : Build EigenPy
81
+ - name : Build EigenPy [MacOS/Linux]
82
82
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' )
84
84
env :
85
85
CMAKE_BUILD_PARALLEL_LEVEL : 4
86
86
run : |
90
90
export CXXFLAGS=${{ matrix.cxx_options }}
91
91
pixi run -e ${{ matrix.environment }} test
92
92
93
- - name : Build EigenPy
93
+ - name : Build EigenPy [Windows]
94
94
shell : pixi run bash -el {0}
95
- if : contains(${{ matrix.os }} , 'windows')
95
+ if : contains(matrix.os, 'windows')
96
96
env :
97
97
CC : ${{ matrix.compiler }}
98
98
CXX : ${{ matrix.compiler }}
You can’t perform that action at this time.
0 commit comments