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 11d3272
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macos-linux-windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ 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')
Expand All @@ -80,7 +79,7 @@ jobs:
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }}
run: |
pixi run test
pixi run -e ${{ matrix.environment }} test
- name: Build EigenPy [Windows]
if: contains(matrix.os, 'windows')
Expand All @@ -89,7 +88,7 @@ jobs:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.compiler }}
run: |
pixi run test
pixi run -e ${{ matrix.environment }} test
check:
if: always()
Expand Down

0 comments on commit 11d3272

Please sign in to comment.