diff --git a/.github/workflows/macos-linux-windows-conda.yml b/.github/workflows/macos-linux-windows-conda.yml index 718fc576..5a871fa4 100644 --- a/.github/workflows/macos-linux-windows-conda.yml +++ b/.github/workflows/macos-linux-windows-conda.yml @@ -80,7 +80,7 @@ jobs: EIGENPY_BUILD_TYPE: ${{ matrix.build_type }} EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }} run: | - pixi run -v -e ${{ matrix.environment }} test + pixi run -e ${{ matrix.environment }} test check: if: always()