Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed May 2, 2024
1 parent 8fb10fe commit da5bfb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/urdf_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
run: |
apt update
apt install -y ros-humble-xacro
python -m pip install --upgrade pip
pip install lxml
python -m pip install lxml
- name: Build support packages
run: |
Expand Down

0 comments on commit da5bfb2

Please sign in to comment.