Skip to content

Commit

Permalink
forcing update on install
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Oct 26, 2016
1 parent 2ff2a62 commit a2833e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- /opt/circleci/python/3.5.1
- /opt/circleci/.pyenv/shims
pre:
- pip2 install -e .
- pip3 install -e .
- pip2 install -e -U .
- pip3 install -e -U .
- pip2 install -U git+git://github.com/KarrLab/Karr-Lab-build-utils.git
- pip3 install -U git+git://github.com/KarrLab/Karr-Lab-build-utils.git
- karr-lab-build-utils-2 install-requirements
Expand Down

0 comments on commit a2833e9

Please sign in to comment.