Skip to content

Commit

Permalink
Make sure reqs are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
swails committed Mar 16, 2019
1 parent 5db29c8 commit 4abc812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ pipeline {
}

steps {
sh "conda install -y --requirements conda-requirements.txt"
sh "pip install -r pip-requirements.txt"
sh "python setup.py install --user"
sh "python run_tests.py --simple"
}
Expand Down

0 comments on commit 4abc812

Please sign in to comment.