From 286a77d9ac9c0118253265e07b5cba0d9b80f736 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 10 Feb 2021 23:16:41 -0800 Subject: [PATCH] Using virtualenv python interpreter from now on --- json-api/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/json-api/build.sh b/json-api/build.sh index fd322bc..e607ed3 100755 --- a/json-api/build.sh +++ b/json-api/build.sh @@ -25,6 +25,7 @@ testing() { server=$! echo Waiting on server to spin up && sleep 2 + source ./client-tests/bin/activate python3 client-tests/client.py kill -9 $server 2> /dev/null if [ ! -z $full ];then