We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe242f7 commit b8bb219Copy full SHA for b8bb219
.github/workflows/macos-linux-windows-conda.yml
@@ -80,7 +80,7 @@ jobs:
80
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
81
EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }}
82
run: |
83
- pixi run -v -e ${{ matrix.environment }} test
+ pixi run -e ${{ matrix.environment }} test
84
85
check:
86
if: always()
0 commit comments