mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Update matplotlib tests on Windows (#295)
This commit is contained in:
committed by
GitHub
parent
52435804eb
commit
e130ca293c
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
|
||||||
|
|||||||
Reference in New Issue
Block a user