Skip to content

Commit

Permalink
Update pip and setuptools before installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Jan 9, 2019
1 parent 9915120 commit 4348e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/release.groovy
Expand Up @@ -25,6 +25,7 @@ pipeline {
cd scripts; \
python -m venv env; \
source env/bin/activate; \
pip install --upgrade pip setuptools; \
pip install -r requirements.txt; \
./release_tag.py"
'''
Expand Down

0 comments on commit 4348e46

Please sign in to comment.