Merge pull request #4419 from manics/disable-dev-traitlets

Disable dev traitlets
This commit is contained in:
Erik Sundell
2023-04-16 15:33:41 +02:00
committed by GitHub

View File

@@ -164,7 +164,9 @@ jobs:
fi
if [ "${{ matrix.main_dependencies }}" != "" ]; then
pip install git+https://github.com/ipython/traitlets#egg=traitlets --force
# Tests are broken:
# https://github.com/jupyterhub/jupyterhub/issues/4418
# pip install git+https://github.com/ipython/traitlets#egg=traitlets --force
pip install --upgrade --pre sqlalchemy
fi
if [ "${{ matrix.legacy_notebook }}" != "" ]; then