Skip to content

Commit

Permalink
installed pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed May 6, 2024
1 parent 172e4c2 commit ba66bf3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/urdf_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:

- name: Install xacro, blender python module dependencies and python packages
run: |
source /opt/ros/humble/setup.bash
apt update
apt install -y ros-humble-xacro python3-pip
apt install -y libxxf86vm-dev libxfixes-dev libxi-dev libxrandr-dev libxinerama-dev libegl-dev libxkbcommon-dev
python3 -m pip install bpy mathutils ament-index-python
shell: bash
python3 -m pip install bpy mathutils
- name: Build support packages
run: |
Expand Down

0 comments on commit ba66bf3

Please sign in to comment.