File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,21 +174,9 @@ jobs:
174174 - TEST=TFUtil
175175 - TEST=tools
176176 include :
177- - action : TEST=TFUtil
178- python-version : 3.8
179- tf-version : 1.15.3
180- - action : TEST=TFEngine
181- python-version : 3.8
182- tf-version : 1.15.3
183177 - action : TEST=TFEngine
184178 python-version : 3.8
185179 tf-version : 2.3.0
186- - action : TEST=TFNativeOp
187- python-version : 3.8
188- tf-version : 1.14.0
189- - action : TEST=TFNetworkSigProcLayer
190- python-version : 3.8
191- tf-version : 1.15.3
192180 - action : TEST=demos RETURNN_DISABLE_TORCH=1
193181 python-version : 3.8
194182 tf-version : 2.3.0
@@ -221,7 +209,7 @@ jobs:
221209
222210 pip install --user pytest
223211
224- if [[ "${{matrix.tf-version}}" == 2.[0123].* || "${{matrix.tf-version}}" == 1.* ]]; then
212+ if [[ "${{matrix.tf-version}}" == 2.[0123].* ]]; then
225213 # Older TF needs older NumPy version.
226214 # https://github.com/rwth-i6/returnn/pull/1160#issuecomment-1284537803
227215 pip install --user numpy==1.19.5
You can’t perform that action at this time.
0 commit comments