Skip to content

Commit 9a33d60

Browse files
authored
python -m pip install matplotlib>=3.4.2
1 parent c5157fa commit 9a33d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip setuptools six wheel
23+
python -m pip install matplotlib>=3.4.2
2324
python -m pip install mypy pytest-cov -r requirements.txt
2425
- run: mypy .
2526
- name: Run tests

0 commit comments

Comments
 (0)