Commit a3788e97 by Ben Patterson

Prevent any pip caching issues.

parent 04caba36
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
cd `dirname $BASH_SOURCE` && cd .. cd `dirname $BASH_SOURCE` && cd ..
echo "Installing Python requirements..." echo "Installing Python requirements..."
pip install -q -r requirements/base.txt pip install -q -r requirements/base.txt --exists-action w
echo "Installing the OpenAssessment XBlock..." echo "Installing the OpenAssessment XBlock..."
cat <<EOF | python - cat <<EOF | python -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment