reichlab / covid19-forecast-hub

Projections of COVID-19, in standardized format

Home Page:https://covid19forecasthub.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve validations check speed

hannanabdul55 opened this issue · comments

Description

  • Reduce the validation check speed by skipping the download of all the files and just downloading the files that have been changed in the PR and checking only those files.
  • Use the Github API to fetch the files and validate them on Github.

Also part of new validation process. Will close when old validation workflows are removed.

Done in the covid19-forecast-hub-validations repository.