Skip to content

Commit

Permalink
One CI run tests ipython before backend mapping moved to mpl
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Apr 26, 2024
1 parent 0d8c471 commit 29c7688
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
delete-font-cache: true
- os: ubuntu-20.04
python-version: 3.9
extra-requirements: '-r requirements/testing/extra.txt'
# One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl
extra-requirements: '-r requirements/testing/extra.txt ipython<8.24 matplotlib-inline<0.1.7'
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
Expand Down Expand Up @@ -95,11 +96,6 @@ jobs:
python-version: '3.12'
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
pyside6-ver: '!=6.5.1'
# Temporary CI run using pre-release IPython
- name-suffix: 'Pre-release IPython'
os: ubuntu-22.04
python-version: '3.12'
extra-requirements: '-r requirements/testing/extra.txt'

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -286,14 +282,6 @@ jobs:
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
--upgrade --only-binary=:all: numpy pandas
- name: Install pre-release IPython
if: matrix.name-suffix == 'Pre-release IPython'
# Temporary, until release of IPython 8.24
run: |
pip list
pip install git+https://github.com/ipython/ipython@main
pip list
- name: Install Matplotlib
run: |
ccache -s
Expand Down

0 comments on commit 29c7688

Please sign in to comment.