3030 id : set-matrix
3131 run : |
3232 # outputting for debugging purposes
33- python ./.github/scripts/docker/generate_build_matrix.py --min-torch- version "2.3 "
34- MATRIX=$(python ./.github/scripts/docker/generate_build_matrix.py --min-torch- version "2.3 ")
33+ python ./.github/scripts/docker/generate_build_matrix.py --python- version "3.10 "
34+ MATRIX=$(python ./.github/scripts/docker/generate_build_matrix.py --python- version "3.10 ")
3535 echo "::set-output name=matrix::${MATRIX}"
3636
3737 ljspeech :
@@ -83,13 +83,13 @@ jobs:
8383 ls -lh
8484
8585 - uses : actions/upload-artifact@v4
86- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
86+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
8787 with :
8888 name : generated-test-files-${{ matrix.python-version }}-${{ matrix.torch-version }}
8989 path : ./*.wav
9090
9191 - name : Release exported onnx models
92- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0' && github.event_name == 'push'
92+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0' && github.event_name == 'push'
9393 uses : svenstaro/upload-release-action@v2
9494 with :
9595 file_glob : true
@@ -100,37 +100,37 @@ jobs:
100100 tag : tts-models
101101
102102 - uses : actions/upload-artifact@v4
103- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
103+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
104104 with :
105105 name : step-2
106106 path : ./model-steps-2.onnx
107107
108108 - uses : actions/upload-artifact@v4
109- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
109+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
110110 with :
111111 name : step-3
112112 path : ./model-steps-3.onnx
113113
114114 - uses : actions/upload-artifact@v4
115- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
115+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
116116 with :
117117 name : step-4
118118 path : ./model-steps-4.onnx
119119
120120 - uses : actions/upload-artifact@v4
121- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
121+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
122122 with :
123123 name : step-5
124124 path : ./model-steps-5.onnx
125125
126126 - uses : actions/upload-artifact@v4
127- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
127+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
128128 with :
129129 name : step-6
130130 path : ./model-steps-6.onnx
131131
132132 - name : Upload models to huggingface
133- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
133+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
134134 shell : bash
135135 env :
136136 HF_TOKEN : ${{ secrets.HF_TOKEN }}
@@ -155,7 +155,7 @@ jobs:
155155 popd
156156
157157 - name : Release exported onnx models
158- if : matrix.python-version == '3.9 ' && matrix.torch-version == '2.3.0'
158+ if : matrix.python-version == '3.10 ' && matrix.torch-version == '2.3.0'
159159 uses : svenstaro/upload-release-action@v2
160160 with :
161161 file_glob : true
0 commit comments