Skip to content

Commit 457ac23

Browse files
committed
add separate execution spec tests dependencies playbook
1 parent f14bca7 commit 457ac23

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
id: execution-spec-tests-dependencies
2+
name: "Setup dependencies for execution spec tests"
3+
timeout: 1h
4+
tasks:
5+
- name: run_shell
6+
title: Install dependencies
7+
config:
8+
shell: bash
9+
command: |
10+
dpkg --add-architecture amd64
11+
apt-get update
12+
apt-get install -y build-essential python3 python3-pip libc6:amd64
13+
rm /usr/lib/python3*/EXTERNALLY-MANAGED

0 commit comments

Comments
 (0)