Commit 29ab1f4
authored
Update scheduled jobs (#271)
Sets digest to 0.6.37 in scheduled.yaml.
Failed job:
https://github.com/insightsengineering/teal.code/actions/runs/17046674787
Attempts on fixing the job:
1 -
https://github.com/insightsengineering/teal.code/actions/runs/17064114596
2 -
https://github.com/insightsengineering/teal.code/actions/runs/17064412291
It's rmarkdown that depends on bslib and digest.
It depends on the old version of bslib (0.2.5.1) and it tries to install
0.5.0 during the check, and for the digest there is no dependency
version so it tries to build 0.6.32 which is not enought.
The idea is to support digest 0.6.37 and bslib 0.8.0 (sass 0.4.9)
---------
Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>1 parent b32cd73 commit 29ab1f4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments