Skip to content

Commit

Permalink
Fix CI pipelines (#1445)
Browse files Browse the repository at this point in the history
Part of insightsengineering/nestdevs-tasks#98

---------

Co-authored-by: Lluís Revilla <[email protected]>
  • Loading branch information
m7pr and llrs-roche authored Jan 15, 2025
1 parent 8080b30 commit 9b6ddd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
extra-deps: |
SummarizedExperiment (>= 1.36.0)
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Imports:
stats,
teal.code (>= 0.5.0.9015),
teal.logger (>= 0.3.0.9003),
teal.reporter (>= 0.3.1.9004),
teal.reporter (>= 0.3.1.9023),
teal.widgets (>= 0.4.0),
tools,
utils
Expand All @@ -60,7 +60,7 @@ Suggests:
ggplot2 (>= 3.4.0),
knitr (>= 1.42),
mirai (>= 1.1.1),
MultiAssayExperiment,
MultiAssayExperiment (>= 1.32.0),
R6,
renv (>= 1.0.11),
rmarkdown (>= 2.23),
Expand Down

0 comments on commit 9b6ddd0

Please sign in to comment.