regression_test: Update packages at the beginning of a regression_test

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-24 10:32:05 -08:00
parent 0a29ea091e
commit b5a89c9569

View File

@@ -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