Skip to content

Commit

Permalink
Do not need to make argparse explicit
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Sep 26, 2024
1 parent 807070d commit 1a84b58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,7 @@ def prepare_vendor_pr_temp_workspace(package_name, ws_dir) -> Tuple[str, str, st
venv.create(venv_dir, system_site_packages=True, with_pip=True)
subprocess.run([os.path.join(venv_dir, 'bin', 'pip3'), 'install', '-q',
'jinja2==3.1.2',
'catkin_pkg==1.0.0',
'argparse'])
'catkin_pkg==1.0.0'])
cmd = ['git', 'clone', '-q',
'https://github.com/gazebo-tooling/gz_vendor/',
gz_vendor_tool]
Expand Down

0 comments on commit 1a84b58

Please sign in to comment.