From 2a18cddcb8f636f0d9c15c2157ed68f5af4fe936 Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Thu, 18 Apr 2024 15:38:22 -0400 Subject: [PATCH] fix(ci): enable G2P_STUDIO_DEBUG to satisfy coverage --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e668075..7dd31490 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,6 +10,7 @@ on: # in g2p/mappings/.schema!!! env: SETUPTOOLS_SCM_PRETEND_VERSION: "2.0" + G2P_STUDIO_DEBUG: 1 jobs: test-all-on-linux: