We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5157fa commit 9a33d60Copy full SHA for 9a33d60
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip setuptools six wheel
23
+ python -m pip install matplotlib>=3.4.2
24
python -m pip install mypy pytest-cov -r requirements.txt
25
- run: mypy .
26
- name: Run tests
0 commit comments