From bece7212d788b3b2f6f71488b458afb1624c85c2 Mon Sep 17 00:00:00 2001
From: Alain Riou <alain.riou14000@yahoo.com>
Date: Wed, 17 Jan 2024 01:25:40 +0100
Subject: [PATCH] install matplotlib

---
 .github/workflows/test-workflow.yml | 1 +
 tests/test_cli.py                   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml
index a313e9f..2e94544 100644
--- a/.github/workflows/test-workflow.yml
+++ b/.github/workflows/test-workflow.yml
@@ -24,6 +24,7 @@ jobs:
         sudo apt-get install -y libsox-dev
         python -m pip install --upgrade pip
         python -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
+        python -m pip install matplotlib
         python -m pip install pytest
         python -m pip install .
     - name: Test with pytest
diff --git a/tests/test_cli.py b/tests/test_cli.py
index 095e497..ef40055 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -5,7 +5,6 @@ import os
 import pytest
 
 import torch
-import torchaudio
 
 
 AUDIOS_DIR = os.path.join(os.path.dirname(__file__), "audios")
-- 
GitLab