Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Oct 19, 2023
1 parent a709cf8 commit fe896cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic_test_with_emodb_os_svm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo apt-get -y install libsndfile1 sox libportaudio2
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install --editable .
cd data/emodb
wget https://zenodo.org/record/7447302/files/emodb.zip
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: |
python3 -m nkululeko.nkululeko --config data/emodb/exp_os_svm.ini
python3 -m nkululeko.nkululeko --config data/emodb/exp_os_svm.ini > output.txt
if grep -q "DONE" output.txt; then
echo "Test Sucsess"
else
Expand Down

0 comments on commit fe896cd

Please sign in to comment.