hubverse-org / hubValidations

Testing framework for hubverse hub validations
https://hubverse-org.github.io/hubValidations/
Other
1 stars 3 forks source link

[validate_submission] Need to load libraries any custom functions depend on #51

Closed annakrystalli closed 9 months ago

annakrystalli commented 9 months ago

Without loading hubValidations prior to running validate_pr(), the action fails because it can't find the custom functions: https://github.com/annakrystalli/FluSight-forecast-hub/actions/runs/6348972622

By loading the library in workflow, this is fixed. There may be a better way though