Skip to content

Commit 3aecb86

Browse files
committed
Wipe if a requirement already exists from a different source.
1 parent ed9bf38 commit 3aecb86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jenkins/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github_status state:pending "is running"
2424
export PYTHONIOENCODING=UTF-8
2525

2626
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
27-
pip install -q -r pre-requirements.txt
28-
pip install -q -r requirements.txt
27+
pip install -q -r pre-requirements.txt --exists-action w
28+
pip install -q -r requirements.txt --exists-action w
2929

3030
rake clobber
3131
rake pep8 || echo "pep8 failed, continuing"

0 commit comments

Comments
 (0)