Skip to content

Commit

Permalink
Merge pull request #67 from kjsato/paulocv-main
Browse files Browse the repository at this point in the history
test on CEPH
  • Loading branch information
kjsato authored Jul 3, 2024
2 parents ae9a1a4 + 891754f commit 8a9737e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("kjsato/hubUtils@enhancement/v3-utils", upgrade = "never")'
- name: Install hubAdmin from specific branch
run: |
Rscript -e 'remotes::install_github("kjsato/hubAdmin@feature/sample-support", 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: |
remotes::install_github("kjsato/hubValidations@patch4conversion_origin_date", upgrade = "never")
Expand Down
2 changes: 1 addition & 1 deletion hub-config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"submissions_due": {
"relative_to": "origin_date",
"start": -6,
"end": 252
"end": 283
}
}
]
Expand Down
Binary file not shown.

0 comments on commit 8a9737e

Please sign in to comment.