From ae340d4ef36c3cfaf260905f2f14a457285ade49 Mon Sep 17 00:00:00 2001 From: nickotto Date: Thu, 6 Jun 2024 17:10:19 -0700 Subject: [PATCH] updating aliro_tests for debug true on coveralls --- .github/workflows/aliro_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/aliro_tests.yml b/.github/workflows/aliro_tests.yml index f205c9cf4..c0f1dad64 100644 --- a/.github/workflows/aliro_tests.yml +++ b/.github/workflows/aliro_tests.yml @@ -62,6 +62,7 @@ jobs: with: parallel: true flag-name: Unit Test for webapp + debug: true build_pypkg: name: Unit Tests for scikit-learn API @@ -90,6 +91,7 @@ jobs: with: parallel: true flag-name: Unit Test for scikit-learn api + debug: true coveralls_finish: name: Publish Coveralls