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 c752bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-linux-windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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 +89,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 c752bca

Please sign in to comment.