-
Notifications
You must be signed in to change notification settings - Fork 6
Description
CI tests are failing for no clear reason. Running these locally all tests pass, might be finicky StatCan servers that randomly bunk, or could be that GitHub servers are getting flagged/rate-limited/blocked by StatCan.
Changed the CI up a bit into separate tasks, one that runs on push/pull_request that runs tests against multiple OS options, and one that runs daily and only tests against one OS to cut down on hits on StatCan server. The daily tests mainly just check that StatCan servers are continuing to behave as expected and to pick up changes in API as has happened in the past or other quirks that might impact the package.
Will continue to monitor and adapt, might require more targeted testing and capture of error messages on a branch and discussions with StatCan IT.