Skip to content

Commit 346081a

Browse files
committed
update tabsize
1 parent 7b33a72 commit 346081a

File tree

3 files changed

+302
-302
lines changed

3 files changed

+302
-302
lines changed

playbooks/dev/execution-spec-tests-dependencies.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ id: execution-spec-tests-dependencies
22
name: "Setup dependencies for execution spec tests"
33
timeout: 1h
44
tasks:
5-
- name: run_shell
6-
title: Install dependencies
7-
config:
8-
shell: bash
9-
command: |
10-
sudo dpkg --add-architecture amd64
11-
sudo apt-get update
12-
sudo apt-get install -y build-essential python3 python3-pip python3-dev libc6:amd64 autoconf automake libffi-dev libtool pkg-config
13-
sudo rm /usr/lib/python3*/EXTERNALLY-MANAGED 2>/dev/null || true
5+
- name: run_shell
6+
title: Install dependencies
7+
config:
8+
shell: bash
9+
command: |
10+
sudo dpkg --add-architecture amd64
11+
sudo apt-get update
12+
sudo apt-get install -y build-essential python3 python3-pip python3-dev libc6:amd64 autoconf automake libffi-dev libtool pkg-config
13+
sudo rm /usr/lib/python3*/EXTERNALLY-MANAGED 2>/dev/null || true

0 commit comments

Comments
 (0)