File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 95
95
python-version : ' 3.12'
96
96
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
97
97
pyside6-ver : ' !=6.5.1'
98
+ # Temporary CI run using pre-release IPython and matplotlib-inline
99
+ - name-suffix : ' Pre-release IPython'
100
+ os : ubuntu-22.04
101
+ python-version : ' 3.12'
102
+ extra-requirements : ' -r requirements/testing/extra.txt'
98
103
99
104
steps :
100
105
- uses : actions/checkout@v4
@@ -281,6 +286,15 @@ jobs:
281
286
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
282
287
--upgrade --only-binary=:all: numpy pandas
283
288
289
+ - name : Install pre-release IPython and matplotlib-inline
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 install git+https://github.com/ipython/matplotlib-inline@main
296
+ pip list
297
+
284
298
- name : Install Matplotlib
285
299
run : |
286
300
ccache -s
You can’t perform that action at this time.
0 commit comments