Skip to content

Commit

Permalink
ci: simplify sox install, checkout same name ref
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Nov 26, 2024
1 parent aab1634 commit e6f8725
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:

- uses: FedericoCarboni/setup-ffmpeg@v2

- name: install sox
run: |
# sudo apt-get install libasound2-plugins libasound2-python libsox-fmt-all
sudo apt-get install sox
- run: sudo apt-get install sox

- name: Fetch everyvoice
run: |
git clone https://github.com/EveryVoiceTTS/EveryVoice
cd EveryVoice
git checkout ${{ github.ref_name }} || true
git submodule update --init
cd everyvoice/model/feature_prediction/FastSpeech2_lightning
git checkout ${{ github.sha }}
Expand Down

0 comments on commit e6f8725

Please sign in to comment.