We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88dbfc commit 263f407Copy full SHA for 263f407
.github/workflows/macos-linux-conda.yml
@@ -87,15 +87,15 @@ jobs:
87
ctest --test-dir build --output-on-failure
88
89
- name: Build EigenPy
90
- shell: pixi run cmd /C CALL {0}
+ shell: pixi run bash -el {0}
91
if: contains(${{ matrix.os }}, 'windows')
92
env:
93
CC: ${{ matrix.compiler }}
94
CXX: ${{ matrix.compiler }}
95
run: |
96
- pixi run -e ${{ matrix.environment }} ^
97
- configure ^
98
- -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ^
+ pixi run -e ${{ matrix.environment }} \
+ configure \
+ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
99
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
100
# Don't run build and clean to not overwrite CMAKE_BUILD_TYPE and CMAKE_CXX_FLAGS
101
cmake --build build --target all
0 commit comments