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 6c29df8 commit f4a7fe0Copy full SHA for f4a7fe0
testing/install_test_dependencies.sh
@@ -95,7 +95,7 @@ find_good_tf_nightly_version_str() {
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"
+ 20210221\|20210222\|20210224\|20210316\|20210518\|20210519\|20210604"
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