Skip to content

Commit

Permalink
Merge pull request #35 from kjsato/main-test-v3
Browse files Browse the repository at this point in the history
modified the installation of hubUtils to use kjsato's custom repo in …
  • Loading branch information
kjsato authored May 28, 2024
2 parents 1f36c0f + b70ecf6 commit f4b1616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
Rscript -e 'remotes::install_github("Infectious-Disease-Modeling-Hubs/hubVis")'
- name: Install hubUtils
run: |
Rscript -e 'remotes::install_github("Infectious-Disease-Modeling-Hubs/hubUtils")'
Rscript -e 'remotes::install_github("kjsato/hubUtils@enhancement/v3-utils", upgrade = "never")'
- name: Install hubEnsembles
run: |
Rscript -e 'remotes::install_github("Infectious-Disease-Modeling-Hubs/hubEnsembles")'
Expand Down

0 comments on commit f4b1616

Please sign in to comment.