Skip to content

Commit c2a61b5

Browse files
csutertensorflower-gardener
authored andcommitted
Avoid tf-nightly with missing py37 support, in tests.
PiperOrigin-RevId: 381255963
1 parent 4bef540 commit c2a61b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/install_test_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ find_good_tf_nightly_version_str() {
9494
PKG_NAME=$1
9595
# These are nightly builds we'd like to avoid for some reason; separated by
9696
# regex OR operator.
97-
BAD_NIGHTLY_DATES="20210519\|20210619"
97+
BAD_NIGHTLY_DATES="20210519\|20210619\|20210624"
9898
# This will fail to find version 'X" and log available version strings to
9999
# stderr. We then sort, remove bad versions and take the last entry. This
100100
# allows us to avoid hardcoding the main version number, which would then need

0 commit comments

Comments
 (0)