Skip to content

Commit

Permalink
github: use pip from GHA runner image
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Jul 4, 2024
1 parent 4c5bdad commit 147f8f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
sudo adduser "$USER" lxd
sudo lxd init --auto
sudo apt-get update
sudo apt-get install python3-pip
pip install --upgrade pip tox codecov
pip install --upgrade tox codecov
- name: Coverage
run: |
Expand Down

0 comments on commit 147f8f5

Please sign in to comment.