diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 5c0acf89..eaf4e3d0 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -20,6 +20,8 @@ Help() echo "If using the help flag, put the H flag at the end of the command after other flags." } +pip3 install --user -r ../requirements.txt --upgrade + while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:L:H:" option; do case "${option}" in h) # display Help