Skip to content

Commit 6fd6743

Browse files
authored
Fix failed CI tests (#1166)
1 parent 130ad03 commit 6fd6743

28 files changed

+41
-41
lines changed

.github/workflows/run-aishell-2022-06-20.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545
strategy:
4646
matrix:
47-
os: [ubuntu-18.04]
47+
os: [ubuntu-latest]
4848
python-version: [3.7, 3.8, 3.9]
4949

5050
fail-fast: false
@@ -119,5 +119,5 @@ jobs:
119119
uses: actions/upload-artifact@v2
120120
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
121121
with:
122-
name: aishell-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless3-2022-06-20
122+
name: aishell-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless3-2022-06-20
123123
path: egs/aishell/ASR/pruned_transducer_stateless3/exp/

.github/workflows/run-gigaspeech-2022-05-13.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -122,5 +122,5 @@ jobs:
122122
uses: actions/upload-artifact@v2
123123
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
124124
with:
125-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-gigaspeech-pruned_transducer_stateless2-2022-05-12
125+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-gigaspeech-pruned_transducer_stateless2-2022-05-12
126126
path: egs/gigaspeech/ASR/pruned_transducer_stateless2/exp/

.github/workflows/run-librispeech-2022-03-12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless-2022-03-12
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless-2022-03-12
159159
path: egs/librispeech/ASR/pruned_transducer_stateless/exp/

.github/workflows/run-librispeech-2022-04-29.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -174,12 +174,12 @@ jobs:
174174
uses: actions/upload-artifact@v2
175175
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
176176
with:
177-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless2-2022-04-29
177+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless2-2022-04-29
178178
path: egs/librispeech/ASR/pruned_transducer_stateless2/exp/
179179

180180
- name: Upload decoding results for pruned_transducer_stateless3
181181
uses: actions/upload-artifact@v2
182182
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
183183
with:
184-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless3-2022-04-29
184+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless3-2022-04-29
185185
path: egs/librispeech/ASR/pruned_transducer_stateless3/exp/

.github/workflows/run-librispeech-2022-05-13.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-18.04]
46+
os: [ubuntu-latest]
4747
python-version: [3.7, 3.8, 3.9]
4848

4949
fail-fast: false
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless5-2022-05-13
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless5-2022-05-13
159159
path: egs/librispeech/ASR/pruned_transducer_stateless5/exp/

.github/workflows/run-librispeech-2022-11-11-stateless7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless7-2022-11-11
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless7-2022-11-11
159159
path: egs/librispeech/ASR/pruned_transducer_stateless7/exp/

.github/workflows/run-librispeech-2022-11-14-stateless8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ jobs:
155155
uses: actions/upload-artifact@v2
156156
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
157157
with:
158-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless8-2022-11-14
158+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless8-2022-11-14
159159
path: egs/librispeech/ASR/pruned_transducer_stateless8/exp/

.github/workflows/run-librispeech-2022-12-01-stateless7-ctc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ jobs:
159159
uses: actions/upload-artifact@v2
160160
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
161161
with:
162-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless7-ctc-2022-12-01
162+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless7-ctc-2022-12-01
163163
path: egs/librispeech/ASR/pruned_transducer_stateless7_ctc/exp/

.github/workflows/run-librispeech-2022-12-08-zipformer-mmi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ jobs:
163163
uses: actions/upload-artifact@v2
164164
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
165165
with:
166-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-zipformer_mmi-2022-12-08
166+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-zipformer_mmi-2022-12-08
167167
path: egs/librispeech/ASR/zipformer_mmi/exp/

.github/workflows/run-librispeech-2022-12-15-stateless7-ctc-bs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ jobs:
159159
uses: actions/upload-artifact@v2
160160
if: github.event_name == 'schedule' || github.event.label.name == 'run-decode'
161161
with:
162-
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04-cpu-pruned_transducer_stateless7-ctc-bs-2022-12-15
162+
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-latest-cpu-pruned_transducer_stateless7-ctc-bs-2022-12-15
163163
path: egs/librispeech/ASR/pruned_transducer_stateless7_ctc_bs/exp/

0 commit comments

Comments
 (0)