diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d0b0e3..225a16d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,7 +132,7 @@ jobs: - name: Test suite working-directory: tests - run: pytest -v --cov --cov-report=html:coverage_re + run: pytest -v # - name: Upload test results # if: always()