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 6397cbd commit a15cd1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install phonemizer
run: |
pip install --upgrade pip pytest pytest-cov setuptools
python setup.py install
pip install .
- name: Version phonemizer
run: phonemize --version
Expand All @@ -49,7 +49,7 @@ jobs:

strategy:
matrix:
espeak-version: ['1.48.03', '1.49.2', '1.50']
espeak-version: ['1.48.15', '1.49.2', '1.50']

steps:
- name: Checkout phonemizer
Expand All @@ -64,11 +64,11 @@ jobs:
sudo apt-get install festival mbrola mbrola-fr1
- name: Install espeak-1.48
if: ${{ matrix.espeak-version == '1.48.03' }}
if: ${{ matrix.espeak-version == '1.48.15' }}
run: sudo apt-get install espeak

- name: Install espeak>=1.49
if: ${{ matrix.espeak-version != '1.48.03' }}
if: ${{ matrix.espeak-version != '1.48.15' }}
env:
ESPEAK_VERSION: ${{ matrix.espeak-version }}
run: |
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Install phonemizer
run: |
pip install --upgrade pip pytest setuptools
python -m pip install --upgrade pip pytest setuptools
python setup.py install
- name: Version phonemizer
Expand Down

0 comments on commit a15cd1e

Please sign in to comment.