Skip to content

Commit 1f3242b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -86,9 +86,9 @@ jobs:
8686
shell: pixi run bash -el {0}
8787
if: contains(matrix.os, 'windows')
8888
env:
89+
CMAKE_BUILD_PARALLEL_LEVEL: 4
8990
CC: ${{ matrix.compiler }}
9091
CXX: ${{ matrix.compiler }}
91-
CMAKE_BUILD_PARALLEL_LEVEL: 4
9292
run: |
9393
pixi run test
9494

0 commit comments

Comments
 (0)