-
-
Notifications
You must be signed in to change notification settings - Fork 8
Update scheduled jobs #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Marcin <[email protected]>
Signed-off-by: Marcin <[email protected]>
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)