Skip to content

Commit b8bb219

Browse files
committed
ci: Remove verbose pixi run since it's not that useful
1 parent fe242f7 commit b8bb219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-linux-windows-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
8181
EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }}
8282
run: |
83-
pixi run -v -e ${{ matrix.environment }} test
83+
pixi run -e ${{ matrix.environment }} test
8484
8585
check:
8686
if: always()

0 commit comments

Comments
 (0)