Skip to content

Commit

Permalink
Merge pull request #2090 from bmaltais/dev
Browse files Browse the repository at this point in the history
Fix setup issue for linux
  • Loading branch information
bmaltais authored Mar 13, 2024
2 parents bc5165d + 3574062 commit 3d79677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/setup_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def main_menu(platform_requirements_file, show_stdout: bool = False, no_run_acce


if __name__ == '__main__':
python_ver = setup_common.check_python_version()
setup_common.ensure_base_requirements()
python_ver = setup_common.check_python_version()
setup_common.setup_logging()

setup_common.update_submodule()
Expand Down
2 changes: 1 addition & 1 deletion setup/setup_runpod.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def main_menu(platform_requirements_file):


if __name__ == '__main__':
python_ver = setup_common.check_python_version()
setup_common.ensure_base_requirements()
python_ver = setup_common.check_python_version()
setup_common.setup_logging()

parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 3d79677

Please sign in to comment.