mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-29 19:10:19 +00:00
Update matplotlib tests on Windows (#295)
This commit is contained in:
parent
09dc080cf3
commit
2c6cdb497f
1
.github/workflows/basic-tests-windows.yml
vendored
1
.github/workflows/basic-tests-windows.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest nbval
|
pip install pytest nbval
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
pip install matplotlib==3.9.0
|
||||||
|
|
||||||
- name: Test Selected Python Scripts
|
- name: Test Selected Python Scripts
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user