From ca42edee3167fcc79ae4dd0f617d14df59aa8fc6 Mon Sep 17 00:00:00 2001 From: David de la Iglesia Castro Date: Tue, 17 Dec 2024 12:07:46 +0100 Subject: [PATCH] Update setup.sh --- .github/setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/setup.sh b/.github/setup.sh index b51d025..8ac2592 100644 --- a/.github/setup.sh +++ b/.github/setup.sh @@ -1,6 +1,3 @@ python -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu -git clone https://github.com/descriptinc/audiotools -python -m pip install audiotools python -m pip install -e . -rm -rf audiotools python -m pip install --upgrade streamlit