Skip to content

Commit b5c714d

Browse files
committed
make sure test env has matplotlib
1 parent 35f64de commit b5c714d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
python-version: ${{ matrix.python }}
3131
- name: Install Tox
3232
run: pip install tox
33+
- name: Install Matplotlib
34+
run: pip install matplotlib
3335
- name: Setup Java
3436
uses: actions/setup-java@v3
3537
with:

0 commit comments

Comments
 (0)