From 4c7acc46e2bda8b42f23544a61c572f8487c1ae1 Mon Sep 17 00:00:00 2001 From: builderjer <34875857+builderjer@users.noreply.github.com> Date: Thu, 2 May 2024 06:48:40 -0600 Subject: [PATCH 1/3] Update test_skill_resourcesV2.py bad import --- test/test_skill_resourcesV2.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test_skill_resourcesV2.py b/test/test_skill_resourcesV2.py index 04db2b5c8..0db2c66d8 100644 --- a/test/test_skill_resourcesV2.py +++ b/test/test_skill_resourcesV2.py @@ -8,7 +8,8 @@ import yaml from mock import Mock, patch -from ovos_core.intent_services import PadatiousMatcher, IntentService +from ovos_core.intent_services import IntentService +from ovos_core.intent_services.padatious_service import PadatiousMatcher from ovos_bus_client import Message from ovos_bus_client.session import Session, SessionManager from ovos_config.config import update_mycroft_config, Configuration @@ -344,4 +345,4 @@ def test_common_query(self): data['max_confidence']) if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main() From 5026bbb04c67755ef80fcdfcb2935b95bda8c6ab Mon Sep 17 00:00:00 2001 From: builderjer <34875857+builderjer@users.noreply.github.com> Date: Sat, 4 May 2024 09:09:46 -0600 Subject: [PATCH 2/3] Update skill_test_resources.yml --- .github/workflows/skill_test_resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/skill_test_resources.yml b/.github/workflows/skill_test_resources.yml index e74a4639b..b83fa5369 100644 --- a/.github/workflows/skill_test_resources.yml +++ b/.github/workflows/skill_test_resources.yml @@ -52,7 +52,7 @@ jobs: - name: Checkout Scripts Repo uses: actions/checkout@v4 with: - repository: OpenVoiceOS/.github + repository: builderjer/.github ref: ${{inputs.action_branch}} path: action/github/ - name: Set up python ${{ matrix.python-version }} From 23216e9e0fa2e5c148e700aa77e4eb7ff0ca0493 Mon Sep 17 00:00:00 2001 From: builderjer Date: Sat, 4 May 2024 11:17:13 -0600 Subject: [PATCH 3/3] revert back to openvoiceos --- .github/workflows/skill_test_resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/skill_test_resources.yml b/.github/workflows/skill_test_resources.yml index b83fa5369..e74a4639b 100644 --- a/.github/workflows/skill_test_resources.yml +++ b/.github/workflows/skill_test_resources.yml @@ -52,7 +52,7 @@ jobs: - name: Checkout Scripts Repo uses: actions/checkout@v4 with: - repository: builderjer/.github + repository: OpenVoiceOS/.github ref: ${{inputs.action_branch}} path: action/github/ - name: Set up python ${{ matrix.python-version }}