Skip to content

Commit

Permalink
remove sudo from install
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jul 24, 2024
1 parent c5288a1 commit 4fa0e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
${{ runner.os }}-vagrant-
- name: Install test dependencies.
run: sudo pip3 install ansible
run: pip3 install ansible

- name: Install Ansible Dependencies
working-directory: tests/ubuntu2004-singlenode
Expand Down

0 comments on commit 4fa0e9b

Please sign in to comment.