Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillary Jeffrey committed Feb 24, 2020
1 parent 3c51550 commit 37b3feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
# - run: cd $WS && SKIP_DOCKER=1 ./codecheck.sh # TODO: SKIP_DOCKER may not be needed anymore
# Deploy:
- run: NODE_ENV=prod npm run build-prod
- run: pip install --upgrade pip
- run: pip install --user ruamel.yaml
- run: export BUILD_INFO=build::$CIRCLE_BRANCH::$(date -u "+%Y-%m-%d-%H-%M-%S")::$CIRCLE_BUILD_NUM::$(deploy/npm-version.sh) && python deploy/vars-to-manifest.py
- run: cd $WS && ./deploy/circle_deploy.sh
Expand Down

0 comments on commit 37b3feb

Please sign in to comment.