We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9bf38 commit 3aecb86Copy full SHA for 3aecb86
1 file changed
jenkins/test.sh
@@ -24,8 +24,8 @@ github_status state:pending "is running"
24
export PYTHONIOENCODING=UTF-8
25
26
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
27
-pip install -q -r pre-requirements.txt
28
-pip install -q -r requirements.txt
+pip install -q -r pre-requirements.txt --exists-action w
+pip install -q -r requirements.txt --exists-action w
29
30
rake clobber
31
rake pep8 || echo "pep8 failed, continuing"
0 commit comments