Skip to content

Commit

Permalink
Add pip install wheel to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Jul 7, 2020
1 parent c724469 commit 3bf3166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pipeline {
)
sh '/usr/bin/python3.7 -m venv venv'
sh '. venv/bin/activate'
sh '. venv/bin/pip install wheel'
sh './venv/bin/pip install bmt'
sh './venv/bin/pip install -r requirements.txt'
sh './venv/bin/python setup.py install'
Expand Down

0 comments on commit 3bf3166

Please sign in to comment.