We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14bca7 commit 457ac23Copy full SHA for 457ac23
playbooks/dev/execution-spec-tests-dependencies.yaml
@@ -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