From 488476ea403e266a0bf2caa805081d15180974a3 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Tue, 18 Jun 2024 09:54:10 -0700 Subject: [PATCH] more venv --- codebuild/linux-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codebuild/linux-integration-tests.yml b/codebuild/linux-integration-tests.yml index 22689b36e..31f15b2ef 100644 --- a/codebuild/linux-integration-tests.yml +++ b/codebuild/linux-integration-tests.yml @@ -13,7 +13,7 @@ phases: commands: - add-apt-repository ppa:ubuntu-toolchain-r/test - apt-get update -y - - apt-get install gcc-7 cmake ninja-build python3 python3-pip -y + - apt-get install gcc-7 cmake ninja-build python3 python3-pip python3-venv -y pre_build: commands: - export CC=gcc-7