From 8d8f9571bd08eb62d82118c083b4d8dbd66a8da1 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 6 Jun 2021 16:42:59 +0530 Subject: [PATCH] setup script --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 09d231a..8a09875 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -2,5 +2,5 @@ # set up for tests python3 -m venv ./tests/venv -source ./tests/venv/bin/activate +. ./tests/venv/bin/activate pip install --requirement ./tests/requirements.txt