From 6656041da2768a74d3431d0cd415da3e39091f7e Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 17 Sep 2024 14:03:23 -0400 Subject: [PATCH] matplotlib --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 599c405..822f0b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: | - pip install pytest pytest-cov pint numpy scipy + pip install pytest pytest-cov pint numpy scipy matplotlib - name: Run tests run: |