From e2b803e108ac27c10826e7e4c62b939c7bfc6432 Mon Sep 17 00:00:00 2001 From: walkowif <59475134+walkowif@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:35:36 +0100 Subject: [PATCH] fix: add missing staged.dependencies entry (#1488) This addresses an error during staged.dependencies installation of `teal`: ``` File ./staged_dependencies.yaml invalid, field upstream_repos cannot be an array and must have entries repo, host ``` --- staged_dependencies.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/staged_dependencies.yaml b/staged_dependencies.yaml index d4ced7036..4edac61fd 100644 --- a/staged_dependencies.yaml +++ b/staged_dependencies.yaml @@ -5,6 +5,7 @@ current_repo: upstream_repos: insightsengineering/roxy.shinylive: repo: insightsengineering/roxy.shinylive + host: https://github.com insightsengineering/teal.widgets: repo: insightsengineering/teal.widgets host: https://github.com