Skip to content

Commit

Permalink
CI: another attemp
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Jul 4, 2024
1 parent 3b75cf2 commit cee1ad7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci-ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ jobs:
- name: install pip dependencies
# TODO: would be better to follow https://answers.ros.org/question/370666/how-to-declare-an-external-python-dependency-in-ros2/
# but this requires some upstream changes
shell: bash
run: |
virtualenv -p python3 ./venv
source ./venv/bin/activate
touch ./venv/COLCON_IGNORE
python3 -m pip install rowan
echo PATH=$PATH >> $GITHUB_ENV
sudo rm -f /usr/lib/python3.12/EXTERNALLY-MANAGED
pip install rowan
# run: |
# virtualenv -p python3 ./venv
# source ./venv/bin/activate
# touch ./venv/COLCON_IGNORE
# python3 -m pip install rowan
# echo PATH=$PATH >> $GITHUB_ENV

- uses: actions/checkout@v2
- name: build and test ROS 2
Expand Down

0 comments on commit cee1ad7

Please sign in to comment.