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

Revert "requirements.txt: force an upgrade"

This reverts commit b7368e90.
parent 09799035
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ source "$MINICONDA_INSTALL_DIR/bin/activate" testing

if test -f "$REQUIREMENTS_TXT"; then
  conda install --quiet --yes pip
  pip install --upgrade -r "$REQUIREMENTS_TXT"
  pip install -r "$REQUIREMENTS_TXT"
fi

conda install --quiet --yes pytest