OpenVoiceOS / ovos_skill_manager

skill installer for OVOS
Apache License 2.0
5 stars 6 forks source link

ovos utils 0.0.12 compatibility #82

Closed JarbasAl closed 2 years ago

JarbasAl commented 2 years ago
    def find_default_config():
        if _DEFAULT_CONFIG:
            # previously set, otherwise None
            return _DEFAULT_CONFIG
        mycroft_root = search_mycroft_core_location()
        if not mycroft_root:
>           raise FileNotFoundError("Couldn't find mycroft core root folder.")
E           FileNotFoundError: Couldn't find mycroft core root folder.

https://github.com/OpenVoiceOS/ovos_skill_manager/runs/4514442354?check_suite_focus=true

NeonDaniel commented 2 years ago

80

NeonDaniel commented 2 years ago

ovos-utils 0.0.15 installed for the most recent run (https://github.com/OpenVoiceOS/ovos_skill_manager/runs/5240328380?check_suite_focus=true) and 0.0.12 blacklisted by #80