Skip to content

Commit 1646c35

Browse files
committed
pixi: Don't use activate-environment
1 parent b98b70e commit 1646c35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
pixi-version: v0.31.0
7272
cache: true
7373
environments: ${{ matrix.environment }}
74-
activate-environment: true
7574

7675
- name: Build EigenPy [MacOS/Linux]
7776
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
77+
shell: pixi run -e ${{ matrix.environment }} bash -el {0}
7878
env:
7979
CMAKE_BUILD_PARALLEL_LEVEL: 4
8080
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
@@ -84,6 +84,7 @@ jobs:
8484
8585
- name: Build EigenPy [Windows]
8686
if: contains(matrix.os, 'windows')
87+
shell: pixi run -e ${{ matrix.environment }} bash -el {0}
8788
env:
8889
CMAKE_BUILD_PARALLEL_LEVEL: 4
8990
CC: ${{ matrix.compiler }}

0 commit comments

Comments
 (0)