diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 29a86efe..c114abd3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,10 +51,10 @@ jobs: run: uv pip install --system pytest pytest-xdist pytest-cov - name: List installed packages - run: uv pip list -v + run: uv pip list - name: Build and install - run: uv pip install --system -v --no-deps -e . + run: uv pip install --system --no-deps -e . - name: Run tests run: pytest -r a -v -n 3 --cov=tests --cov=felis --cov-report=xml --cov-report=term --cov-branch