Skip to content

Commit

Permalink
pixi: Don't use activate-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 4, 2024
1 parent b98b70e commit 1646c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos-linux-windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 1646c35

Please sign in to comment.