From a47feb28bfae13d9af8a0d13eb79b78705ad0ff6 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:48:09 -0400 Subject: [PATCH] Update testing_dev.yml --- .github/workflows/testing_dev.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing_dev.yml b/.github/workflows/testing_dev.yml index 5348f3d7b..c532d1cf9 100644 --- a/.github/workflows/testing_dev.yml +++ b/.github/workflows/testing_dev.yml @@ -77,6 +77,9 @@ jobs: - name: Install testing dependencies run: pip install pytest pytest-cov + - name: Manually remove matplotlib + run: pip uninstall matplotlib + - if: matrix.os != 'ubuntu-latest' name: Run tests run: npm run test:coverage