Skip to content

Commit

Permalink
forcing upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 11, 2017
1 parent 11abe89 commit 41b5f33
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 @@ -13,10 +13,12 @@ jobs:
- cache-v3-{{ .Branch }}-
- cache-v3-

- run: pip2 install -U git+https://github.com/KarrLab/pkg_utils.git#egg=pkg_utils
- run: pip2 install -U git+https://github.com/KarrLab/karr_lab_build_utils.git#egg=karr_lab_build_utils
- run: karr_lab_build_utils2 install-requirements
- run: pip2 install -U -e .[all]

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

0 comments on commit 41b5f33

Please sign in to comment.