Skip to content

Commit

Permalink
dont install full deps in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pfuehrlich-pik committed Jul 27, 2023
1 parent e27bafd commit 6de57e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
with:
extra-repositories: https://cloud.r-project.org https://rse.pik-potsdam.de/r/packages/

- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: gms
extra-packages: gms

- name: pre-commit Hook
run: source(".githooks/pre-commit")
shell: Rscript {0}

0 comments on commit 6de57e6

Please sign in to comment.