jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.05k stars 342 forks source link

ci: cache pip only when no container is used #997

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

I think https://github.com/jupyterhub/the-littlest-jupyterhub/actions/runs/10964462847/job/30448138728 failed due to caching issues. I want to reduce complexity by not using cache when we not only configure runs-on but also container. Debugging failures in this complicated CI system is hard, needing to first rule out its about cache issues makes it even harder, so I'd rather let it take a few more seconds.