Skip to content

Commit bfd7e0c

Browse files
jburnimtensorflower-gardener
authored andcommitted
Skip using tf-nightly 20220727 for testing, as pip installing it is failing.
PiperOrigin-RevId: 463666417
1 parent 4684370 commit bfd7e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/dependency_install_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ find_good_tf_nightly_version_str() {
5454
VERSION=$1
5555
curl -s "https://pypi.org/pypi/${VERSION}/json" \
5656
| python -c "$PYTHON_PARSE_PACKAGE_JSON" \
57-
--bad_dates 20210519 20210619
57+
--bad_dates 20210519 20210619 20220727
5858
}
5959

6060
install_tensorflow() {

0 commit comments

Comments
 (0)