8000 Merge pull request #1137 from roryyorke/fix-ci-doctest-install-examples · python-control/python-control@58e7ad9 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 /div>

Commit 58e7ad9

Browse files
authored
Merge pull request #1137 from roryyorke/fix-ci-doctest-install-examples
Fix CI doctest, install-examples
2 parents f6799ab + 2eab304 commit 58e7ad9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/conda-env/doctest-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- numpy
88
- matplotlib
99
- scipy
10-
- sphinx
10+
- sphinx<8.2
1111
- sphinx_rtd_theme
1212
- ipykernel
1313
- nbsphinx

.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)
0