diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 002a878..86bbd00 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,5 +14,6 @@ pipelines: - step: name: Release New Verison script: + - pip install -r requirements.txt - chmod +x ./bin/deploy.sh - ./bin/deploy.sh \ No newline at end of file