From 1646c35e1cae2e6bd62ec2b1aff29eea8db5d188 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Fri, 4 Oct 2024 15:42:21 +0200 Subject: [PATCH] =?UTF-8?q?pixi:=C2=A0Don't=20use=20activate-environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/macos-linux-windows-conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos-linux-windows-conda.yml b/.github/workflows/macos-linux-windows-conda.yml index 81e77132..2f28f625 100644 --- a/.github/workflows/macos-linux-windows-conda.yml +++ b/.github/workflows/macos-linux-windows-conda.yml @@ -71,10 +71,10 @@ jobs: pixi-version: v0.31.0 cache: true environments: ${{ matrix.environment }} - activate-environment: true - name: Build EigenPy [MacOS/Linux] if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') + shell: pixi run -e ${{ matrix.environment }} bash -el {0} env: CMAKE_BUILD_PARALLEL_LEVEL: 4 EIGENPY_BUILD_TYPE: ${{ matrix.build_type }} @@ -84,6 +84,7 @@ jobs: - name: Build EigenPy [Windows] if: contains(matrix.os, 'windows') + shell: pixi run -e ${{ matrix.environment }} bash -el {0} env: CMAKE_BUILD_PARALLEL_LEVEL: 4 CC: ${{ matrix.compiler }}