Skip to content

Commit

Permalink
Update pip in ubuntu ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jun 17, 2023
1 parent e904b7b commit c3be45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
sudo apt-get install -y build-essential cmake python3-pip python3-setuptools python3-wheel
- name: pip
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --user git+https://github.com/johnwason/drekar-launch-process.git
python3 -m pip install --user git+https://github.com/johnwason/drekar-launch.git
- name: configure
Expand Down

0 comments on commit c3be45d

Please sign in to comment.