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 Aug 2, 2018
1 parent a3733ab commit 944f983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ pipeline {
cd scripts; \
python -m venv env; \
source env/bin/activate; \
pip install --upgrade pip setuptools; \
pip install -r requirements.txt; \
./publish_binaries.py"
'''
Expand Down

0 comments on commit 944f983

Please sign in to comment.