Skip to content

Commit

Permalink
Fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Jan 23, 2024
1 parent f99708b commit 96080eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,16 @@ jobs:
matrix:
os: [ubuntu, macos]
python: ['3.9', '3.12']
mpl-version: ['3.5', 'latest']
mpl-version: ['latest']
dist: ['ipympl*.whl']
include:
# Earliest supported Matplotlib, needs python <= 3.10
- python: '3.9'
mpl-version: '3.5'
dist: 'ipympl*.whl'
# Install from sdist not wheel
- python: '3.12'
mpl-version: 'latest'
dist: 'ipympl*.tar.gz'

steps:
Expand Down

0 comments on commit 96080eb

Please sign in to comment.