Skip to content

Commit

Permalink
Make build script compatible with Python < 3.9.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519206113
  • Loading branch information
fchollet authored and tensorflower-gardener committed Mar 24, 2023
1 parent b661c9f commit 098832a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def test_wheel(wheel_path, expected_version, requirements_path):
parser = argparse.ArgumentParser()
parser.add_argument(
"--nightly",
action=argparse.BooleanOptionalAction,
action="store_true",
help="Whether this is for the `keras-nightly` package.",
)
args = parser.parse_args()
Expand Down

0 comments on commit 098832a

Please sign in to comment.