From a8638f7c5bee41caffaf83f44c706107c0ccebf3 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sat, 2 Dec 2023 14:24:34 +0100 Subject: [PATCH] github-actions: add matplotlib --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1d596a89..2dd29f85 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -36,6 +36,7 @@ jobs: - name: pytest run: | + pip install matplotlib pip install pytest pytest