We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3be343 + 04a9cb3 commit 9d36137Copy full SHA for 9d36137
.github/workflows/model-view-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install flake8 pytest numpy coverage pygame
+ pip install flake8 pytest numpy coverage pygame matplotlib
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Lint with flake8
29
0 commit comments