updated version

This commit is contained in:
Schmieder, Jacob
2024-05-21 07:48:49 +00:00
parent d43a7863c3
commit 54ef452051
4 changed files with 5 additions and 13 deletions
+1 -6
View File
@@ -1,8 +1,6 @@
name: Run Tests
on:
#push:
pull_request:
branches: ['main', 'develop']
workflow_dispatch:
@@ -30,10 +28,7 @@ jobs:
sudo apt-get install libsndfile1-dev
sudo apt-get install ffmpeg
pip install pytest
- name: Run pytest
env:
HF_TOKEN : ${{ secrets.HF_TOKEN }}