-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
inputs
#634
Fix scheduled
inputs
#634
Conversation
Signed-off-by: André Veríssimo <[email protected]>
There's still an error with I've already tried removing the action's cache and there was no change. I'm testing it locally. |
Unit Tests Summary 1 files 29 suites 26s ⏱️ Results for commit ef9cbf3. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit ab22008 ♻️ This comment has been updated with latest results. |
Rerunning Scheduled for |
min_cohort still filing due to Error : ! Could not solve package dependencies:
* deps::/tmp/RtmpBgzJAD/filec0a3043ed:
* Can't install dependency SummarizedExperiment
* Can't install dependency bioc::SummarizedExperiment
* SummarizedExperiment: Can't install dependency MatrixGenerics (>= 1.1.3)
* MatrixGenerics: Can't install dependency matrixStats (>= 1.4.1)
* bioc::SummarizedExperiment: Can't install dependency MatrixGenerics (>= 1.1.3)
── Create lockfile... ──────────────────────────────────────────────────────────
Error : ! Could not solve package dependencies:
* deps::/tmp/RtmpBgzJAD/filec0a3043ed:
* Can't install dependency SummarizedExperiment
* Can't install dependency bioc::SummarizedExperiment
* SummarizedExperiment: Can't install dependency MatrixGenerics (>= 1.1.3)
* MatrixGenerics: Can't install dependency matrixStats (>= 1.4.1)
* bioc::SummarizedExperiment: Can't install dependency MatrixGenerics (>= 1.1.3) |
I needed to specify versions of bioc packages as the job actually installed very old packages. Now with the versions specified, the new job is satisfied for all strategies besides release (teal.logger is not yet released). https://github.com/insightsengineering/teal.slice/actions/runs/12784156379/job/35636608638 I will try to remove |
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.
The matrix changes make sense and the versions requested are current released versions of packages. Not sure why bioc::MatrixGenerics
was initially needed, but I think it is better to leave it out
Part of insightsengineering/nestdevs-tasks#98
extra-deps
was badly formed