Skip to content

Commit c752bca

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

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
@@ -80,7 +80,7 @@ jobs:
8080
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
8181
EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }}
8282
run: |
83-
pixi run test
83+
pixi run -e ${{ matrix.environment }} test
8484
8585
- name: Build EigenPy [Windows]
8686
if: contains(matrix.os, 'windows')
@@ -89,7 +89,7 @@ jobs:
8989
CC: ${{ matrix.compiler }}
9090
CXX: ${{ matrix.compiler }}
9191
run: |
92-
pixi run test
92+
pixi run -e ${{ matrix.environment }} test
9393
9494
check:
9595
if: always()

0 commit comments

Comments
 (0)