Skip to content

Commit

Permalink
try removing dev requirements before self-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 12, 2020
1 parent 5ef66bb commit fd6cc30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Expand Up @@ -22,6 +22,8 @@ dockerizedBuildPipeline(
# development only requirements
pip3 install -r requirements-dev.txt
python -m xmlrunner discover -o test-results/
# hot mess to uninstall dev requirements before we self scan. probably should move to pipenv
pip3 uninstall -r requirements-dev.txt
'''
},
deployBranch: 'main',
Expand Down

0 comments on commit fd6cc30

Please sign in to comment.