Skip to content

Commit

Permalink
Fix pip3 in CI (#1135)
Browse files Browse the repository at this point in the history
* Re-install python3-pip before installing all deps

* Re-install python3-pip before installing all deps

* Update setup script

* Update ci.yaml
  • Loading branch information
cbrxyz authored Feb 16, 2024
1 parent 1b57fc4 commit d753bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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/checkout@v3.0.2
with:
Expand Down
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ EOF

# Documentation dependencies
mil_system_install python3-pip python3-setuptools
sudo apt reinstall -y python3-pip

# Disable "automatic updates" Ubuntu prompt (thanks to https://askubuntu.com/a/610623!)
sudo sed -i 's/Prompt=.*/Prompt=never/' /etc/update-manager/release-upgrades
Expand Down

0 comments on commit d753bd4

Please sign in to comment.