Skip to content

Commit 2783c6a

Browse files
committed
CI: more fixes
1 parent 4b1e8f0 commit 2783c6a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
python-version: [3.12, 3.13, 3.14]
2121
matplotlib-version: [ "3.9.4", "3.10.9" ]
2222

23+
# Exclude combinations which don't have pre-built wheels.
24+
exclude:
25+
- python-version: 3.14
26+
matplotlib-version: "3.9.4"
27+
2328
steps:
2429
- uses: actions/checkout@v6
2530

.github/workflows/requirements-test-apt.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ libgeos-dev
22
libproj-dev
33
proj-bin
44
texlive-xetex
5+
fonts-liberation
6+
fontconfig

0 commit comments

Comments
 (0)