Skip to content

Commit e2b803e

Browse files
authored
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 ```
1 parent 231286c commit e2b803e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

staged_dependencies.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ current_repo:
55
upstream_repos:
66
insightsengineering/roxy.shinylive:
77
repo: insightsengineering/roxy.shinylive
8+
host: https://github.com
89
insightsengineering/teal.widgets:
910
repo: insightsengineering/teal.widgets
1011
host: https://github.com

0 commit comments

Comments
 (0)