-
-
Notifications
You must be signed in to change notification settings - Fork 15
fix scheduled jobs #889
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
fix scheduled jobs #889
Conversation
Signed-off-by: Marcin <[email protected]>
Code Coverage SummaryDiff against mainResults for commit: b93739c Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 22 suites 1s ⏱️ Results for commit b93739c. ♻️ This comment has been updated with latest results. |
Signed-off-by: Marcin <[email protected]>
Signed-off-by: Marcin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It fails on the release schedule, but according to the documentation it should fail as we don't have releases of these packages yet:
It will try use CRAN if possible else if GitHub release is available then use it else fail.
Error : ! Could not solve package dependencies:
* deps::/tmp/RtmpurymFZ/filec0264232f0:
* Can't install dependency teal (>= 0.16.0.9008) (>= 0.6.0.9002) (>= 0.3.2.9001) (>= 0.4.0.9004) (>= 0.4.3.9005)
* Can't install dependency teal.transform (>= 0.6.0.9002) (>= 0.3.2.9001) (>= 0.4.0.9004) (>= 0.4.3.9005)
* Can't install dependency teal.logger (>= 0.3.2.9001) (>= 0.4.0.9004) (>= 0.4.3.9005)
* Can't install dependency teal.reporter (>= 0.4.0.9004) (>= 0.4.3.9005)
* Can't install dependency teal.widgets (>= 0.4.3.9005)
|
Yes, so don't bother about release strategy |
Fixes #878
Tests:
The max strategy is failing becuase it pulls from github. but we should only consider CRAN versions so I would omit this for now until the package that fails gets released on CRAN
https://github.com/insightsengineering/teal.modules.general/actions/runs/15777424966/job/44474945248#step:9:1857