diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index cf5b198..5b4c4cd 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -98,8 +98,7 @@ jobs: run: | ls dist/ - name: Testing and coverage report generation - # Disable temporary coverage on MACOS (comment if statement to enable it once fixed) - if: startsWith(matrix.os, 'ubuntu') + # if: startsWith(matrix.os, 'ubuntu') # Disable temporary coverage on MACOS run: | python -m coverage run tests.py python -m coverage combine