From 69d711929a5ae73f8e2459d9bb8b3cac7be83e11 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sun, 16 Apr 2023 14:00:04 +0100 Subject: [PATCH] Disable dev traitlets JupyterHub CI is currently broken with dev traitlets: https://github.com/jupyterhub/jupyterhub/issues/4418 This temporarily disables it --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53d12c5c..d912af53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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