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

Update helm chart's binderhub image's frozen requirements.txt #1490

Closed consideRatio closed 2 years ago

consideRatio commented 2 years ago

I make some small adjustments to the README.md about the command to run. These are changes I've learned are relevant to make to enable running this command in a GitHub workflow for example.

I look to automate this next.

Closes #1477 that is part of this.

consideRatio commented 2 years ago

Wieeeeeeeeee! This seems to have resolved the test failures!

Oh, perhaps also related to the actions/cache we have will cache no matter what if requirements.txt is the same. Hmmm, not happy about that as that can be the same for different python versions etc etc... Well, requirements.txt was changed, and now we got away from the broken cache.