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 b98b70e commit 1646c35Copy full SHA for 1646c35
.github/workflows/macos-linux-windows-conda.yml
@@ -71,10 +71,10 @@ jobs:
71
pixi-version: v0.31.0
72
cache: true
73
environments: ${{ matrix.environment }}
74
- activate-environment: true
75
76
- name: Build EigenPy [MacOS/Linux]
77
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
+ shell: pixi run -e ${{ matrix.environment }} bash -el {0}
78
env:
79
CMAKE_BUILD_PARALLEL_LEVEL: 4
80
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
@@ -84,6 +84,7 @@ jobs:
84
85
- name: Build EigenPy [Windows]
86
if: contains(matrix.os, 'windows')
87
88
89
90
CC: ${{ matrix.compiler }}
0 commit comments