Skip to content

Commit 62134da

Browse files
committed
drop TF1 from CI
1 parent c00d1f5 commit 62134da

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)