NeonGeckoCom / NeonCore

Neon Core extends Mycroft core with more modular code, extended multi-user support, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve Github API Limit Test Errors

NeonDaniel opened this issue · comments

Unit Tests are occasionally failing due to skill installation hitting API limits. Current implementation hits the API at least once for every skill installed; update skill installation to pull skill json files once, instead of parsing each skill individually.

Closed by #188