We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a8533 commit 38ecab1Copy full SHA for 38ecab1
.github/workflows/main.yml
@@ -74,7 +74,9 @@ jobs:
74
tests/pycharm-inspect.py
75
76
base-tests:
77
- runs-on: ubuntu-latest
+ # As long as we need Python 2.7 here in the test, we can only use up to Ubuntu 20.
78
+ # https://github.com/rwth-i6/returnn/issues/1226
79
+ runs-on: ubuntu-20.04
80
strategy:
81
fail-fast: false
82
matrix:
@@ -170,7 +172,9 @@ jobs:
170
172
fi
171
173
174
tf-tests:
175
+ # As long as we want to test Python 2.7 here in the test, we can only use up to Ubuntu 20.
176
177
178
179
180
0 commit comments