File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -174,21 +174,9 @@ jobs:
174
174
- TEST=TFUtil
175
175
- TEST=tools
176
176
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
183
177
- action : TEST=TFEngine
184
178
python-version : 3.8
185
179
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
192
180
- action : TEST=demos RETURNN_DISABLE_TORCH=1
193
181
python-version : 3.8
194
182
tf-version : 2.3.0
@@ -221,7 +209,7 @@ jobs:
221
209
222
210
pip install --user pytest
223
211
224
- if [[ "${{matrix.tf-version}}" == 2.[0123].* || "${{matrix.tf-version}}" == 1.* ]]; then
212
+ if [[ "${{matrix.tf-version}}" == 2.[0123].* ]]; then
225
213
# Older TF needs older NumPy version.
226
214
# https://github.com/rwth-i6/returnn/pull/1160#issuecomment-1284537803
227
215
pip install --user numpy==1.19.5
You can’t perform that action at this time.
0 commit comments