Skip to content

Commit e88bc8c

Browse files
committed
ci: Try to use conda clang-cl
1 parent 19b4108 commit e88bc8c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/macos-linux-windows-pixi.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@ jobs:
7676
environments: ${{ matrix.environment }}
7777

7878
- name: Build EigenPy [MacOS/Linux/Windows]
79+
if: contains(matrix.os, 'windows-')
80+
env:
81+
CMAKE_BUILD_PARALLEL_LEVEL: 2
82+
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
83+
EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }}
84+
shell: cmd /C CALL {0}
85+
run: |
86+
pixi run -e ${{ matrix.environment }} test
87+
88+
- name: Build EigenPy [MacOS/Linux/Windows]
89+
if: contains(matrix.os, 'ubuntu-') || contains(matrix.os, 'macos-')
7990
env:
8091
CMAKE_BUILD_PARALLEL_LEVEL: 2
8192
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}

0 commit comments

Comments
 (0)