diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68c123352..3ef95ccaa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,12 +89,12 @@ jobs: python -m coverage xml diff-cover coverage.xml --markdown-report=coverage.md --fail-under=100 || (cat coverage.md >> $GITHUB_STEP_SUMMARY && exit 1) - - name: Upload HTML report if check failed. - uses: actions/upload-artifact@v4 - with: - name: html-report - path: htmlcov - if: ${{ failure() }} + # - name: Upload HTML report if check failed. + # uses: actions/upload-artifact@v4 + # with: + # name: html-report + # path: htmlcov + # if: ${{ failure() }} build-wheel: name: Build Wheel and Test SDist