We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f64de commit b5c714dCopy full SHA for b5c714d
1 file changed
.github/workflows/test.yml
@@ -30,6 +30,8 @@ jobs:
30
python-version: ${{ matrix.python }}
31
- name: Install Tox
32
run: pip install tox
33
+ - name: Install Matplotlib
34
+ run: pip install matplotlib
35
- name: Setup Java
36
uses: actions/setup-java@v3
37
with:
0 commit comments