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 459275b commit a85f347Copy full SHA for a85f347
testing/install_test_dependencies.sh
@@ -94,8 +94,7 @@ find_good_tf_nightly_version_str() {
94
PKG_NAME=$1
95
# These are nightly builds we'd like to avoid for some reason; separated by
96
# regex OR operator.
97
- BAD_NIGHTLY_DATES="20200112\|20200113\|20210119\|20210219\|20210220\|\
98
- 20210221\|20210222\|20210224\|20210316\|20210518\|20210519\|20210604"
+ BAD_NIGHTLY_DATES="20210519\|20210619"
99
# This will fail to find version 'X" and log available version strings to
100
# stderr. We then sort, remove bad versions and take the last entry. This
101
# allows us to avoid hardcoding the main version number, which would then need
0 commit comments