Skip to content

Commit 9d36137

Browse files
committed
Merge remote-tracking branch 'origin/10-edge-collapse_fix_ci' into 10-edge-collapse
2 parents d3be343 + 04a9cb3 commit 9d36137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/model-view-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install flake8 pytest numpy coverage pygame
26+
pip install flake8 pytest numpy coverage pygame matplotlib
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2828
- name: Lint with flake8
2929
run: |

0 commit comments

Comments
 (0)