From 9620a8e95d1502a1ee527d88c76bfd91eaa368cd Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 28 May 2026 16:23:52 -0500 Subject: [PATCH] Github CI doc build: use matplotlib-base --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3551012b..25254cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v6 - name: "Main Script" run: | - echo "- matplotlib" >> .test-conda-env-py3.yml + echo "- matplotlib-base" >> .test-conda-env-py3.yml curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh . ci-support.sh