Skip to content

Commit

Permalink
Merge pull request #6 from jorainer/jomain
Browse files Browse the repository at this point in the history
ci: remove installation of dependencies
  • Loading branch information
jorainer authored Sep 26, 2023
2 parents cc5f671 + 7735bfa commit 42530fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
## If they update their steps, we will also need to update ours.
- uses: actions/checkout@v2

- name: Query dependencies
run: |
install.packages('remotes')
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
shell: Rscript {0}

- name: Install rcmdcheck
run: |
install.packages('rcmdcheck')
Expand Down

0 comments on commit 42530fe

Please sign in to comment.