Skip to content

Commit

Permalink
changed validate-submission.yaml with the one of main
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsato committed Jul 12, 2024
1 parent d82ca84 commit b60c015
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,22 @@ jobs:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ hashFiles('DESCRIPTION') }}
restore-keys: ${{ runner.os }}-r-

- name: Install hubUtils from specific branch
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("kjsato/hubUtils@enhancement/v3-utils", upgrade = "never")'
- name: Install hubData from specific branch
run: |
Rscript -e 'remotes::install_github("kjsato/hubData@feature/handle-samples", upgrade = "never")'
- name: Install hubAdmin from specific branch
run: |
Rscript -e 'remotes::install_github("kjsato/hubAdmin@feature/sample-support", upgrade = "never")'
- name: Install HubValidations
run: |
install.packages("remotes")
remotes::install_github("Infectious-Disease-Modeling-Hubs/hubValidations", upgrade = "always")
#install.packages("remotes")
#remotes::install_github("Infectious-Disease-Modeling-Hubs/hubValidations", upgrade = "always")
Rscript -e 'remotes::install_github("kjsato/hubValidations@patch4conversion_origin_date", upgrade = "never")'
shell: Rscript {0}

- name: Run validations
Expand Down

0 comments on commit b60c015

Please sign in to comment.