Skip to content

Commit 658e1c8

Browse files
committed
Prevent IPython 9.0 being installed in CI
Workaround for ipython/ipython#14807
1 parent f6799ab commit 658e1c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/install_examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
--quiet --yes \
2121
python=3.12 pip \
2222
numpy matplotlib scipy \
23-
slycot pmw jupyter
23+
slycot pmw jupyter \
24+
ipython!=9.0
2425
2526
- name: Install from source
2627
run: |

0 commit comments

Comments
 (0)