Skip to content

Commit a85f347

Browse files
csutertensorflower-gardener
authored andcommitted
Disable tf-nightly from 2021-06-19, which lacks a linux build for python 3.7, in tests
PiperOrigin-RevId: 380370181
1 parent 459275b commit a85f347

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/install_test_dependencies.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +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="20200112\|20200113\|20210119\|20210219\|20210220\|\
98-
20210221\|20210222\|20210224\|20210316\|20210518\|20210519\|20210604"
97+
BAD_NIGHTLY_DATES="20210519\|20210619"
9998
# This will fail to find version 'X" and log available version strings to
10099
# stderr. We then sort, remove bad versions and take the last entry. This
101100
# allows us to avoid hardcoding the main version number, which would then need

0 commit comments

Comments
 (0)