Skip to content

Commit

Permalink
Merge pull request #33 from kjsato/main-test-schema3.0.0
Browse files Browse the repository at this point in the history
modified to add install dependencies with the custom hubUtils and hub…
  • Loading branch information
kjsato authored May 24, 2024
2 parents a732b3d + 5f8b863 commit def2ecd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ jobs:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ hashFiles('DESCRIPTION') }}
restore-keys: ${{ runner.os }}-r-
- name: Install HubValidations
- name: Install dependencies
run: |
install.packages("remotes")
remotes::install_github("kjsato/hubUtils@enhancement/v3-utils")
remotes::install_github("kjsato/hubAdmin@feature/sample-support")
- name: Install HubValidations
run: |
# install.packages("remotes")
# remotes::install_github("Infectious-Disease-Modeling-Hubs/hubValidations", upgrade = "always")
remotes::install_github("kjsato/hubValidations@pacth4conversion_origin_date")
shell: Rscript {0}
Expand Down

0 comments on commit def2ecd

Please sign in to comment.