Skip to content

Commit

Permalink
fix pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Feb 1, 2025
1 parent 3113c1d commit e0830c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -xeuo pipefail
sudo apt-get install -y gettext python3-evdev python3-pydbus python3-pydantic python3-gi gir1.2-gtk-3.0 gir1.2-gtksource-4

# ensure pip and setuptools/wheel up to date so can install all pip modules
apt install --only-upgrade python3-pip
sudo apt-get install --only-upgrade python3-pip
python -m pip install --upgrade --force-reinstall wheel setuptools

# install test deps which aren't in setup.py
Expand Down

0 comments on commit e0830c0

Please sign in to comment.