From fbbf4116c3c1687a6ec19c51f4e035426b221b3a Mon Sep 17 00:00:00 2001 From: renan-lopes-rodrigues <143722907+renan-lopes-rodrigues@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:13:21 -0300 Subject: [PATCH] unit test --- fast_start_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast_start_test.sh b/fast_start_test.sh index e29151f8..27c348eb 100755 --- a/fast_start_test.sh +++ b/fast_start_test.sh @@ -1,5 +1,5 @@ #!/bin/sh -source venv/bin/activate +source /venv/bin/activate pip install --no-cache --upgrade pip pip install -r requirements_test.txt