Skip to content

Commit

Permalink
ci: Run pixi in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 14, 2024
1 parent 7b74ed6 commit aa3ee5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 -e ${{ matrix.environment }} test
pixi run -v -e ${{ matrix.environment }} test
check:
if: always()
Expand Down

0 comments on commit aa3ee5a

Please sign in to comment.