Skip to content

Commit

Permalink
Fix CI not finding pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jun 5, 2024
1 parent 97829c7 commit 75795ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
run: |
# We do not use the github action to install python and pip,
# see https://stackoverflow.com/a/70228289/4184258
sudo apt-get install python3 pip3
sudo apt-get install python3 python3-pip
# Install the dependencies for the tests
python3 -m venv venv
Expand Down

0 comments on commit 75795ae

Please sign in to comment.