Skip to content

Commit 399d0ac

Browse files
authored
simplify builds dependencies of extra-deps (#830)
Companion to that allows to use older MultiAssayExperiment and older SummarizedExperiment More explanation in here insightsengineering/teal.slice#637 (comment) insightsengineering/teal#1460 insightsengineering/teal.slice#637
1 parent a5a000e commit 399d0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
additional-env-vars: |
4040
PKG_SYSREQS_DRY_RUN=true
4141
extra-deps: |
42-
MultiAssayExperiment (>= 1.32.0);SummarizedExperiment (>= 1.36.0);teal.slice (>= 0.5.1.9021)
42+
matrixStats (>= 1.5.0)
4343
branch-cleanup:
4444
if: >
4545
github.event_name == 'schedule' || (

0 commit comments

Comments
 (0)