Commit aa6fba44 authored by Matt Wala's avatar Matt Wala
Browse files

requirements.txt: force an upgrade (for build and test py project script)

parent b7368e90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ if test "$REQUIREMENTS_TXT" == ""; then
fi

if test -f $REQUIREMENTS_TXT; then
  $PIP install -r $REQUIREMENTS_TXT
  $PIP install --upgrade -r $REQUIREMENTS_TXT
fi

$PIP install pytest pytest-warnings