Skip to content

Commit

Permalink
Fix depend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacha-S committed Oct 11, 2023
1 parent 8034d49 commit ce90349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
python3 setup.py sdist
- name: Install
run: |
PYTHONPATH=/opt/ros/humble/lib/python3.10/site-packages:/opt/ros/humble/local/lib/python3.10/dist-packages:$PYTHONPATH
pip3 install .
- name: Publish to PyPI
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Simple launch file generator for ROS2."
authors = [
{ name = "Tatsuro Sakaguchi", email = "tatsuro.sakaguchi@g.softbank.co.jp" },
]
dependencies = ["launch", "launch_ros"]
dependencies = ["launch"]
readme = "README.md"
requires-python = ">= 3.10"

Expand Down

0 comments on commit ce90349

Please sign in to comment.