8000 One CI run tests ipython before backend mapping moved to mpl · matplotlib/matplotlib@b022a5f · GitHub
[go: up one dir, main page]

Skip to content

Commit b022a5f

Browse files
committed
One CI run tests ipython before backend mapping moved to mpl
1 parent 0d8c471 commit b022a5f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
delete-font-cache: true
6060
- os: ubuntu-20.04
6161
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'
6364
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
6465
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
6566
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
@@ -95,11 +96,6 @@ jobs:
9596
python-version: '3.12'
9697
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
9798
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'
10399

104100
steps:
105101
- uses: actions/checkout@v4
@@ -286,14 +282,6 @@ jobs:
286282
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
287283
--upgrade --only-binary=:all: numpy pandas
288284
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-
297285
- name: Install Matplotlib
298286
run: |
299287
ccache -s

0 commit comments

Comments
 (0)
0