|
59 | 59 | delete-font-cache:true
|
60 | 60 | -os:ubuntu-20.04
|
61 | 61 | python-version:3.9
|
62 |
| -extra-requirements:'-r requirements/testing/extra.txt' |
| 62 | +# One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl |
| 63 | +extra-requirements:'-r requirements/testing/extra.txt ipython<8.24 matplotlib-inline<0.1.7' |
63 | 64 | CFLAGS:"-fno-lto"# Ensure that disabling LTO works.
|
64 | 65 | # https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
|
65 | 66 | # https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
|
|
95 | 96 | python-version:'3.12'
|
96 | 97 | # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
|
97 | 98 | pyside6-ver:'!=6.5.1'
|
98 |
| -# Temporary CI run using pre-release IPython |
99 |
| - -name-suffix:'Pre-release IPython' |
100 |
| -os:ubuntu-22.04 |
101 |
| -python-version:'3.12' |
102 |
| -extra-requirements:'-r requirements/testing/extra.txt' |
103 | 99 |
|
104 | 100 | steps:
|
105 | 101 | -uses:actions/checkout@v4
|
@@ -286,14 +282,6 @@ jobs:
|
286 | 282 | --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
|
287 | 283 | --upgrade --only-binary=:all: numpy pandas
|
288 | 284 |
|
289 |
| - -name:Install pre-release IPython |
290 |
| -if:matrix.name-suffix == 'Pre-release IPython' |
291 |
| -# Temporary, until release of IPython 8.24 |
292 |
| -run:| |
293 |
| - pip list |
294 |
| - pip install git+https://github.com/ipython/ipython@main |
295 |
| - pip list |
296 |
| -
|
297 | 285 | -name:Install Matplotlib
|
298 | 286 | run:|
|
299 | 287 | ccache -s
|
|