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

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

This reverts commit aa6fba44.
parent aa6fba44
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 --upgrade -r $REQUIREMENTS_TXT
  $PIP install -r $REQUIREMENTS_TXT
fi

$PIP install pytest pytest-warnings