Skip to content

Commit

Permalink
Don't install pip in Debian workflows
Browse files Browse the repository at this point in the history
We don't need pip since commit b59bfae.
  • Loading branch information
javierm committed Jul 3, 2024
1 parent 7759e24 commit de78986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Update system packages
run: apt-get update -y
- name: Install needed packages
run: apt-get install -y lsb-release sudo python3-pip openssh-server ansible
run: apt-get install -y lsb-release sudo openssh-server ansible
- name: Create hosts file
run: echo "localhost ansible_connection=local ansible_user=root" > hosts
- name: Generate dummy SSH key
Expand Down

0 comments on commit de78986

Please sign in to comment.