From e6867b45dad0e65dd6a65cca025fa23737b882b3 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:48:20 -0400 Subject: [PATCH] Update testing_dev_with_live_services.yml --- .github/workflows/testing_dev_with_live_services.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index 3bf53239a..c4b76425b 100644 --- a/.github/workflows/testing_dev_with_live_services.yml +++ b/.github/workflows/testing_dev_with_live_services.yml @@ -79,6 +79,9 @@ jobs: - name: Install testing dependencies run: pip install pytest pytest-cov + - name: Manually remove matplotlib + run: pip uninstall matplotlib + - name: Create env file run: | touch .env