Skip to content

Commit f4a7fe0

Browse files
sharadmvtensorflower-gardener
authored andcommitted
Blocklist TF nightly without linux Python3.7 wheel
PiperOrigin-RevId: 377601026
1 parent 6c29df8 commit f4a7fe0

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
@@ -95,7 +95,7 @@ find_good_tf_nightly_version_str() {
9595
# These are nightly builds we'd like to avoid for some reason; separated by
9696
# regex OR operator.
9797
BAD_NIGHTLY_DATES="20200112\|20200113\|20210119\|20210219\|20210220\|\
98-
20210221\|20210222\|20210224\|20210316\|20210518\|20210519"
98+
20210221\|20210222\|20210224\|20210316\|20210518\|20210519\|20210604"
9999
# This will fail to find version 'X" and log available version strings to
100100
# stderr. We then sort, remove bad versions and take the last entry. This
101101
# allows us to avoid hardcoding the main version number, which would then need

0 commit comments

Comments
 (0)