Skip to content
Merged

Fix lint #11728

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def main(args):
help="Also installs required packages for running example scripts.",
)
args = parser.parse_args(args)
use_pytorch_nightly=not bool(args.use_pt_pinned_commit)
use_pytorch_nightly = not bool(args.use_pt_pinned_commit)
install_requirements(use_pytorch_nightly)
if args.example:
install_optional_example_requirements(use_pytorch_nightly)
Expand Down
Loading