Skip to content

Commit

Permalink
modified validate-submission.yaml to avoid Error: unexpected string c…
Browse files Browse the repository at this point in the history
…onstant in invoking install_github(kjsato/hubValidations)
  • Loading branch information
kjsato committed Jul 12, 2024
1 parent b60c015 commit 1c66b16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ jobs:
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")
Rscript -e 'remotes::install_github("kjsato/hubValidations@patch4conversion_origin_date", upgrade = "never")'
shell: Rscript {0}
- name: Run validations
env:
Expand Down

0 comments on commit 1c66b16

Please sign in to comment.