From 4ef90481d2dfe72189a285f76ff779d706ccde20 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Fri, 16 Apr 2021 21:05:40 +0200 Subject: [PATCH] Reactivate testing on macOS. --- .github/workflows/build_and_publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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