Update scheduled jobs - #271
Conversation
Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>
Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>
Code Coverage SummaryDiff against mainResults for commit: 18e4afc Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 14 suites 6s ⏱️ Results for commit 18e4afc. ♻️ This comment has been updated with latest results. |
|
do we need to change teal.data once this is merged? Installation of teal.code would fix dependency issue so maybe it is not needed to duplicate this code in downstream packages? |
|
@gogonzo even though both those packages clashed for their Scheduled jobs, this needs to be applied in both of them. The 2nd level dependencies can be only controlled by setting the requirements for the environment via extra-deps. |
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)