Skip to content

Commit

Permalink
[ci] Install pinocchio using pip for noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Dec 13, 2023
1 parent b94099c commit 7926d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install compilers for macOS
shell: bash -l {0}
if: contains(matrix.env.ROS_DISTRO, 'noetic')
run: |
pip install pinocchio
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}

0 comments on commit 7926d6a

Please sign in to comment.