@@ -274,17 +274,17 @@ jobs:
274274 fetch-depth : 1
275275 - uses : actions/setup-python@v2
276276 with :
277- python-version : 3.6
277+ python-version : " 3.7 "
278278 - uses : actions/download-artifact@v2
279279 with :
280- name : " coqui_stt_ctcdecoder-Linux-3.6 .whl"
280+ name : " coqui_stt_ctcdecoder-Linux-3.7 .whl"
281281 - run : |
282282 python --version
283283 pip --version
284284 - run : |
285285 pip install --upgrade pip setuptools wheel
286286 - run : |
287- pip install coqui_stt_ctcdecoder-*-cp36-cp36m -*_x86_64.whl
287+ pip install coqui_stt_ctcdecoder-*-cp37-cp37m -*_x86_64.whl
288288 DS_NODECODER=y pip install --upgrade .
289289 - run : |
290290 # Easier to rename to that we can exercize the LDC93S1 importer code to
@@ -540,7 +540,7 @@ jobs:
540540 if : ${{ github.event_name == 'pull_request' }}
541541 strategy :
542542 matrix :
543- python-version : ["3.6", "3. 7"]
543+ python-version : ["3.7"]
544544 samplerate : ["8000", "16000"]
545545 env :
546546 CI_TMP_DIR : ${{ github.workspace }}/tmp/
@@ -700,7 +700,7 @@ jobs:
700700 - run : |
701701 python -m pip install --upgrade pip setuptools wheel jupyter
702702 - run : |
703- python -m pip install coqui_stt_ctcdecoder-*-cp37-cp37m-*_x86_64 .whl
703+ python -m pip install coqui_stt_ctcdecoder* .whl
704704 DS_NODECODER=y python -m pip install --upgrade .
705705 - name : Run python notebooks
706706 run : |
@@ -713,7 +713,7 @@ jobs:
713713 strategy :
714714 matrix :
715715 samplerate : ["8000", "16000"]
716- pyver : [3.6, 3.7 ]
716+ pyver : ["3.7" ]
717717 steps :
718718 - uses : actions/checkout@v2
719719 - uses : actions/setup-python@v2
@@ -779,7 +779,7 @@ jobs:
779779 strategy :
780780 matrix :
781781 samplerate : ["8000", "16000"]
782- pyver : [3.6, 3.7 ]
782+ pyver : ["3.7" ]
783783 steps :
784784 - uses : actions/checkout@v2
785785 - uses : actions/setup-python@v2
@@ -830,7 +830,7 @@ jobs:
830830 strategy :
831831 matrix :
832832 samplerate : ["8000", "16000"]
833- pyver : [3.6, 3.7 ]
833+ pyver : ["3.7" ]
834834 steps :
835835 - uses : actions/checkout@v2
836836 - uses : actions/setup-python@v2
@@ -874,7 +874,7 @@ jobs:
874874 strategy :
875875 matrix :
876876 samplerate : ["8000", "16000"]
877- pyver : [3.6, 3.7 ]
877+ pyver : ["3.7" ]
878878 steps :
879879 - uses : actions/checkout@v2
880880 - uses : actions/setup-python@v2
@@ -914,7 +914,7 @@ jobs:
914914 strategy :
915915 matrix :
916916 samplerate : ["8000", "16000"]
917- pyver : [3.6, 3.7 ]
917+ pyver : ["3.7" ]
918918 steps :
919919 - uses : actions/checkout@v2
920920 - uses : actions/setup-python@v2
@@ -950,7 +950,7 @@ jobs:
950950 strategy :
951951 matrix :
952952 samplerate : ["8000", "16000"]
953- pyver : [3.6, 3.7 ]
953+ pyver : ["3.7" ]
954954 steps :
955955 - uses : actions/checkout@v2
956956 - uses : actions/setup-python@v2
@@ -1193,6 +1193,8 @@ jobs:
11931193 docker-publish :
11941194 name : " Build and publish Docker training image to GHCR"
11951195 runs-on : ubuntu-20.04
1196+ needs : [upload-nc-release-assets]
1197+ if : always()
11961198 steps :
11971199 - uses : actions/checkout@v2
11981200 with :
0 commit comments