Skip to content

Commit 170fda0

Browse files
committed
ci: Fix environment name
1 parent c166756 commit 170fda0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
jobs:
2727
eigenpy-pixi:
28-
name: ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
28+
name: ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }} ${{ matrix.compiler }}
2929
runs-on: ${{ matrix.os }}
3030
env:
3131
CCACHE_BASEDIR: "${GITHUB_WORKSPACE}"
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ubuntu-latest, macos-latest, macos-14]
40-
environment: [all, all_py39]
40+
environment: [all, all-py39]
4141
build_type: [Release, Debug]
4242
cxx_options: ['', '-mavx2']
4343

@@ -83,12 +83,11 @@ jobs:
8383
pixi run test
8484
8585
- name: Build EigenPy [Windows]
86-
shell: pixi run bash -el {0}
8786
if: contains(matrix.os, 'windows')
8887
env:
88+
CMAKE_BUILD_PARALLEL_LEVEL: 4
8989
CC: ${{ matrix.compiler }}
9090
CXX: ${{ matrix.compiler }}
91-
CMAKE_BUILD_PARALLEL_LEVEL: 4
9291
run: |
9392
pixi run test
9493

0 commit comments

Comments
 (0)