From 8661eebc26a20b88122f7b42bc7bcf58934e4f46 Mon Sep 17 00:00:00 2001 From: Christina Bukas Date: Thu, 8 Feb 2024 16:26:12 +0100 Subject: [PATCH] install matplotlib in workflow file for tests to pass --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 255b0ac..3c45b11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,7 @@ jobs: pip install pytest-xvfb pip install coverage pip install -e ".[testing]" + pip install matplotlib working-directory: src/client - name: Install server dependencies (for communication tests)