Skip to content

Commit

Permalink
Fix installation of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed May 11, 2024
1 parent 5545095 commit 5c0fb8a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ jobs:
-
name: Checkout repository
uses: actions/checkout@v3
# -
# name: Install dependencies and the package
# run: |
# apt-get update -q
# apt-get install -qy python3-pip python-is-python3 python3-colcon-ros ros-$ROS_DISTRO-example-interfaces
# pip install --upgrade pip setuptools
# python -m pip install -e './ros2_easy_test[dev]'
# -
# name: Setup ROS
# uses: ros-tooling/[email protected]
-
name: Install dependencies
run: |
apt-get update -q
apt-get install -qy python3-pip python-is-python3 python3-colcon-ros ros-$ROS_DISTRO-example-interfaces
# pip install --upgrade pip setuptools
# python -m pip install -e './ros2_easy_test[dev]'
-
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit 5c0fb8a

Please sign in to comment.