Skip to content

Commit 29ab1f4

Browse files
authored
Update scheduled jobs (#271)
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) --------- Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>
1 parent b32cd73 commit 29ab1f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/scheduled.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
strategy: ${{ matrix.test-strategy }}
3939
additional-env-vars: |
4040
PKG_SYSREQS_DRY_RUN=true
41+
extra-deps: |
42+
digest (>= 0.6.37); sass (>= 0.4.9)
4143
branch-cleanup:
4244
if: >
4345
github.event_name == 'schedule' || (

0 commit comments

Comments
 (0)