Skip to content

Commit

Permalink
use sudo to install execution spec test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 20, 2025
1 parent 507b03b commit 85c222c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions playbooks/dev/execution-spec-tests-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ tasks:
config:
shell: bash
command: |
dpkg --add-architecture amd64
apt-get update
apt-get install -y build-essential python3 python3-pip libc6:amd64
rm /usr/lib/python3*/EXTERNALLY-MANAGED 2>/dev/null || true
sudo dpkg --add-architecture amd64
sudo apt-get update
sudo apt-get install -y build-essential python3 python3-pip libc6:amd64
sudo rm /usr/lib/python3*/EXTERNALLY-MANAGED 2>/dev/null || true

0 comments on commit 85c222c

Please sign in to comment.