From 70aab2e711c28f6d3827c37a2934b0c3e0fbe165 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Fri, 10 Feb 2023 21:18:23 +0000 Subject: [PATCH] MAINT: avoid bad ipython version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c3cdc765..0cce30031 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -235,7 +235,7 @@ docs: image: containers.ligo.org/lscsoft/bilby/v2-bilby-python39 before_script: - conda install -c conda-forge pandoc -y - - python -m pip install --upgrade ipykernel ipython jupyter nbconvert + - python -m pip install --upgrade ipykernel "ipython!=8.10.0" jupyter nbconvert - python -m ipykernel install script: # Make the documentation -- GitLab