Skip to content

Commit

Permalink
fix: add missing staged.dependencies entry (#1488)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
walkowif authored Feb 10, 2025
1 parent 231286c commit e2b803e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staged_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2b803e

Please sign in to comment.