Update matplotlib tests on Windows (#295)

This commit is contained in:
Sebastian Raschka 2024-08-04 09:18:19 -05:00 committed by GitHub
parent 09dc080cf3
commit 2c6cdb497f

View File

@ -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