Skip to content

Commit

Permalink
Fix llvmlite version to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Aug 26, 2020
1 parent 5e3b274 commit e03452b
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 @@ -46,6 +46,7 @@ pipeline {
sh '. venv/bin/activate'
sh './venv/bin/pip install wheel'
sh './venv/bin/pip install bmt'
sh './venb/bin/pip install llvmlite==0.31.0'
sh './venv/bin/pip install -r requirements.txt'
sh './venv/bin/pip install .'
}
Expand Down

0 comments on commit e03452b

Please sign in to comment.