Skip to content

Commit

Permalink
[Fix] Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hridaybavle committed Apr 23, 2024
1 parent 3dc454a commit de845e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/setup.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
#!/bin/bash

sudo apt update
DEBIAN_FRONTEND=noninteractive sudo apt install -y libceres-dev
DEBIAN_FRONTEND=noninteractive sudo apt install -y libceres-dev python3-pip

#rosdep init
rosdep update --include-eol-distros

#import all repos
git submodule update --init --recursive

#install python requirements
pip3 install -r requirements.txt

#rosdep install
DEBIAN_FRONTEND=noninteractive rosdep install --from-paths . -y --ignore-src -r

Expand Down

0 comments on commit de845e9

Please sign in to comment.