Skip to content

Commit

Permalink
yes, do the dev-requirements uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Nov 12, 2020
1 parent 98ac471 commit 42a41a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -23,7 +23,7 @@ dockerizedBuildPipeline(
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
pip3 uninstall -r requirements-dev.txt -y
'''
},
deployBranch: 'main',
Expand Down

0 comments on commit 42a41a7

Please sign in to comment.