From 2c6cdb497f77d06dae86616a269cd0c332d0d423 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sun, 4 Aug 2024 09:18:19 -0500 Subject: [PATCH] Update matplotlib tests on Windows (#295) --- .github/workflows/basic-tests-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/basic-tests-windows.yml b/.github/workflows/basic-tests-windows.yml index c1b24b8..a09588d 100644 --- a/.github/workflows/basic-tests-windows.yml +++ b/.github/workflows/basic-tests-windows.yml @@ -37,6 +37,7 @@ jobs: python -m pip install --upgrade pip pip install pytest nbval if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + pip install matplotlib==3.9.0 - name: Test Selected Python Scripts shell: bash