Skip to content
Snippets Groups Projects
Commit bece7212 authored by Alain Riou's avatar Alain Riou
Browse files

install matplotlib

parent d5602604
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -5,7 +5,6 @@ import os
import pytest
import torch
import torchaudio
AUDIOS_DIR = os.path.join(os.path.dirname(__file__), "audios")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment