Skip to content

Commit

Permalink
move extra-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Jan 15, 2025
1 parent 762947e commit 033061a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }}
extra-deps: |
"SummarizedExperiment (>= 1.36.0)"
with:
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

0 comments on commit 033061a

Please sign in to comment.