Skip to content

Commit

Permalink
Install pip requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Nov 29, 2023
1 parent 78a47ed commit 782c691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: make basler ARGS="-ci"
- name: Install packages via rosdep
run: |
pip install -r requirements/dev.txt
rosdep update
sudo apt install -y libunwind-dev
# Small hack to make rosdep install all dependencies at once
Expand Down

0 comments on commit 782c691

Please sign in to comment.