jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

ci: fix changed resolved ref for dataverse test, fix recent github ratelimit PR #1615

Closed consideRatio closed 1 year ago

consideRatio commented 1 year ago

There was a new version of a DOI that was tested against, so "resolved_ref" transitioned from v3.0 to v4.0 it seems. The last update to this DOI was several years ago. I've made it into a regexp now though so if new releases happen, it should not break this again.

consideRatio commented 1 year ago

@manics I squeezed in a refactor of a function that could lead to a silent error and a complementary fix for #1612.

This is done now I think!