Skip to content

Commit

Permalink
Update scheduled.yaml
Browse files Browse the repository at this point in the history
Fix error in the scheduled tests:
```
── Execute verdepcheck... ──────────────────────────────────────────────────────
Error in desc_add_extra_deps(d, extra_deps) : 
  Cannot add extra dependency 'lme4' as it already exists in DESCRIPTION file.
```

Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru authored Nov 4, 2024
1 parent afb1f73 commit b24106c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
extra-deps: |
lme4 (>= 1.1-35)
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down

0 comments on commit b24106c

Please sign in to comment.