From e25f26f20273522a89254a5957a89cddad968e77 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Tue, 3 Oct 2023 16:58:22 -0700 Subject: [PATCH] try using venv --- codebuild/test-sys-install-mode.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codebuild/test-sys-install-mode.sh b/codebuild/test-sys-install-mode.sh index a5732a143..b27912b1e 100755 --- a/codebuild/test-sys-install-mode.sh +++ b/codebuild/test-sys-install-mode.sh @@ -6,5 +6,7 @@ set -euxo pipefail # git submodule update --init export AWS_CRT_BUILD_STRICT_MODE=OFF +python -m venv ./crt-build +source ./crt-build/bin/activate python -m setup.py install python codebuild/test-config-on-failure.py