Skip to content

Commit

Permalink
Update run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pradh committed Nov 28, 2023
1 parent 5aecdd7 commit aae4cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function setup_python {
if [[ "$PYTHON_REQUIREMENTS_INSTALLED" = false ]]
then
echo "Installing Python requirements"
pip3 install -r requirements.txt -q
pip3 install -r requirements_all.txt -q
PYTHON_REQUIREMENTS_INSTALLED=true
fi
}
Expand Down

0 comments on commit aae4cd2

Please sign in to comment.