Skip to content

Commit

Permalink
Troubleshooting test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 13, 2024
1 parent 757a1dd commit 4ae01ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_skills_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ class TestIntentService(unittest.TestCase):
def setUpClass(cls) -> None:
# from neon_core.util.runtime_utils import use_neon_core
# from neon_utils.configuration_utils import init_config_dir

# Import to set default config path
import neon_core
os.environ["XDG_CONFIG_HOME"] = cls.test_config_dir
os.environ["OVOS_CONFIG_BASE_FOLDER"] = "neon"
os.environ["OVOS_CONFIG_FILENAME"] = "neon.yaml"
Expand Down

0 comments on commit 4ae01ff

Please sign in to comment.