From 170fda0eeabc9f4f3207c8fa4c62206046a80fe0 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Fri, 4 Oct 2024 12:05:03 +0200 Subject: [PATCH] ci: Fix environment name --- .github/workflows/macos-linux-windows-conda.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos-linux-windows-conda.yml b/.github/workflows/macos-linux-windows-conda.yml index 1443c7c4..0394fcb1 100644 --- a/.github/workflows/macos-linux-windows-conda.yml +++ b/.github/workflows/macos-linux-windows-conda.yml @@ -25,7 +25,7 @@ concurrency: jobs: eigenpy-pixi: - name: ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }} + name: ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }} ${{ matrix.compiler }} runs-on: ${{ matrix.os }} env: CCACHE_BASEDIR: "${GITHUB_WORKSPACE}" @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, macos-14] - environment: [all, all_py39] + environment: [all, all-py39] build_type: [Release, Debug] cxx_options: ['', '-mavx2'] @@ -83,12 +83,11 @@ jobs: pixi run test - name: Build EigenPy [Windows] - shell: pixi run bash -el {0} if: contains(matrix.os, 'windows') env: + CMAKE_BUILD_PARALLEL_LEVEL: 4 CC: ${{ matrix.compiler }} CXX: ${{ matrix.compiler }} - CMAKE_BUILD_PARALLEL_LEVEL: 4 run: | pixi run test