libsndfile

This commit is contained in:
Tryndaron
2024-04-02 14:35:09 +02:00
parent 45519334e8
commit a3a0491db8
+2 -1
View File
@@ -25,7 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
pip install .
apt-get install libsndfile1-dev
pip install pytest