Skip to content

Commit 263f407

Browse files
committed
pixi: Run Windows step in bash
1 parent d88dbfc commit 263f407

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ jobs:
8787
ctest --test-dir build --output-on-failure
8888
8989
- name: Build EigenPy
90-
shell: pixi run cmd /C CALL {0}
90+
shell: pixi run bash -el {0}
9191
if: contains(${{ matrix.os }}, 'windows')
9292
env:
9393
CC: ${{ matrix.compiler }}
9494
CXX: ${{ matrix.compiler }}
9595
run: |
96-
pixi run -e ${{ matrix.environment }} ^
97-
configure ^
98-
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ^
96+
pixi run -e ${{ matrix.environment }} \
97+
configure \
98+
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
9999
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
100100
# Don't run build and clean to not overwrite CMAKE_BUILD_TYPE and CMAKE_CXX_FLAGS
101101
cmake --build build --target all

0 commit comments

Comments
 (0)