Skip to content

Commit

Permalink
adding install-requirements to upgrade dependencies from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 21, 2017
1 parent 288ee1c commit cc8eed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- run: pip2 install -U --process-dependency-links git+https://github.com/KarrLab/pkg_utils.git#egg=pkg_utils
- run: pip2 install -U --process-dependency-links git+https://github.com/KarrLab/karr_lab_build_utils.git#egg=karr_lab_build_utils
- run: pip2 install -U --process-dependency-links -e .[all]
- run: karr_lab_build_utils2 install-requirements

- run: pip3 install -U --process-dependency-links git+https://github.com/KarrLab/pkg_utils.git#egg=pkg_utils
- run: pip3 install -U --process-dependency-links git+https://github.com/KarrLab/karr_lab_build_utils.git#egg=karr_lab_build_utils
- run: pip3 install -U --process-dependency-links -e .[all]
- run: karr_lab_build_utils3 install-requirements

- save_cache:
key: cache-v3-{{ .Branch }}-{{ checksum "requirements.txt" }}
Expand Down

0 comments on commit cc8eed8

Please sign in to comment.