Skip to content

Commit

Permalink
try using venv
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 3, 2023
1 parent adfc3c2 commit e25f26f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codebuild/test-sys-install-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e25f26f

Please sign in to comment.