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 4bef540 commit c2a61b5Copy full SHA for c2a61b5
testing/install_test_dependencies.sh
@@ -94,7 +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="20210519\|20210619"
+ BAD_NIGHTLY_DATES="20210519\|20210619\|20210624"
98
# This will fail to find version 'X" and log available version strings to
99
# stderr. We then sort, remove bad versions and take the last entry. This
100
# allows us to avoid hardcoding the main version number, which would then need
0 commit comments