Skip to content

Commit

Permalink
Block bad tf-nightly release from 2022-09-02 (missing x86 manylinux w…
Browse files Browse the repository at this point in the history
…heels)

PiperOrigin-RevId: 471822195
  • Loading branch information
csuter authored and tensorflower-gardener committed Sep 2, 2022
1 parent 0990bc9 commit 1784cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/dependency_install_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ find_good_tf_nightly_version_str() {
VERSION=$1
curl -s "https://pypi.org/pypi/${VERSION}/json" \
| python -c "$PYTHON_PARSE_PACKAGE_JSON" \
--bad_dates 20210519 20210619 20220727 20220809 20220811
--bad_dates 20210519 20210619 20220727 20220809 20220811 20220902
}

install_tensorflow() {
Expand Down

0 comments on commit 1784cd6

Please sign in to comment.