Closed krassowski closed 3 months ago
Huh, it's still picking the old versions:
Collecting jupyter-collaboration-ui@ file:///home/runner/work/jupyter-collaboration/jupyter-collaboration/projects/jupyter-collaboration-ui (from jupyter-collaboration-monorepo==3.0.0b1)
Using cached jupyter_collaboration_ui-1.0.0b0-py3-none-any.whl
Collecting jupyter-collaboration@ file:///home/runner/work/jupyter-collaboration/jupyter-collaboration/projects/jupyter-collaboration (from jupyter-collaboration-monorepo==3.0.0b1)
Using cached jupyter_collaboration-3.0.0b0-py3-none-any.whl
Collecting jupyter-docprovider@ file:///home/runner/work/jupyter-collaboration/jupyter-collaboration/projects/jupyter-docprovider (from jupyter-collaboration-monorepo==3.0.0b1)
Using cached jupyter_docprovider-1.0.0b0-py3-none-any.whl
Collecting jupyter-server-ydoc@ file:///home/runner/work/jupyter-collaboration/jupyter-collaboration/projects/jupyter-server-ydoc (from jupyter-collaboration-monorepo==3.0.0b1)
Using cached jupyter_server_ydoc-1.0.0b0-py3-none-any.whl
It looks like the upstream maintainer-tools pip cache does not consider dependencies further down the line:
key: ${{ env.CACHE_PREFIX }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('setup.cfg', 'setup.py', '**/requirements.txt') }}
All green!
Fixes failing CI spotted in https://github.com/jupyterlab/jupyter-collaboration/pull/334#pullrequestreview-2232542708