Skip to content

Commit

Permalink
remove install dependencies in ci-cd yaml and add it to each script
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Aug 24, 2024
1 parent 862996d commit 95d397b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
AZURE_OPENAI_KEY: ${{ secrets.AZURE_OPENAI_KEY }}
run: |
cd AudioBench
pip3 install -r requirements.txt
chmod +x eval_si.sh
./eval_si.sh ${{ github.event.inputs.model_id }}
Expand All @@ -95,7 +94,6 @@ jobs:
AZURE_OPENAI_KEY: ${{ secrets.AZURE_OPENAI_KEY }}
run: |
cd AudioBench
pip3 install -r requirements.txt
chmod +x eval_asr.sh
./eval_asr.sh ${{ github.event.inputs.model_id }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
AZURE_OPENAI_KEY: ${{ secrets.AZURE_OPENAI_KEY }}
run: |
cd AudioBench
pip3 install -r requirements.txt
chmod +x eval_si.sh
./eval_si.sh ${{ github.event.inputs.model_id }}
Expand All @@ -92,7 +91,6 @@ jobs:
AZURE_OPENAI_KEY: ${{ secrets.AZURE_OPENAI_KEY }}
run: |
cd AudioBench
pip3 install -r requirements.txt
chmod +x eval_asr.sh
./eval_asr.sh ${{ github.event.inputs.model_id }}
Expand Down
2 changes: 1 addition & 1 deletion AudioBench

0 comments on commit 95d397b

Please sign in to comment.