Skip to content

Commit

Permalink
Re-install python3-pip before installing all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Feb 16, 2024
1 parent 1714645 commit 88c47e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Configure catkin workspace folder structure
run: |
mkdir -p $GITHUB_WORKSPACE/catkin_ws/src
sudo apt reinstall python3-pip
- name: Check out code from GitHub
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 88c47e5

Please sign in to comment.