Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Nov 24, 2023
1 parent 27793db commit 6397cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install phonemizer
run: |
pip install --upgrade pip pytest pytest-cov
pip install --upgrade pip pytest pytest-cov setuptools
python setup.py install
- name: Version phonemizer
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install espeak-1.48
if: ${{ matrix.espeak-version == '1.48.03' }}
run: sudo apt install espeak
run: sudo apt-get install espeak

- name: Install espeak>=1.49
if: ${{ matrix.espeak-version != '1.48.03' }}
Expand Down

0 comments on commit 6397cbd

Please sign in to comment.