Skip to content
Snippets Groups Projects
Commit 70aab2e7 authored by Colm Talbot's avatar Colm Talbot
Browse files

MAINT: avoid bad ipython version

parent ee78d544
No related branches found
No related tags found
No related merge requests found
Pipeline #496990 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment