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.
1 parent 9789214 commit 2eadaa5Copy full SHA for 2eadaa5
.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 matplotlib scipy shapely
+ pip install flake8 pytest numpy coverage pygame matplotlib scipy shapely yaml
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Lint with flake8
29
0 commit comments