Skip to content

Commit

Permalink
updating for optional karr_lab_build_utils dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jul 5, 2018
1 parent 6ad35a6 commit 8fc2124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
command: pip3 install -U --process-dependency-links git+https://github.com/KarrLab/pkg_utils.git#egg=pkg_utils
- run:
name: Install karr_lab_build_utils (Python 3)
command: pip3 install -U --process-dependency-links git+https://github.com/KarrLab/karr_lab_build_utils.git#egg=karr_lab_build_utils
command: pip3 install -U --process-dependency-links git+https://github.com/KarrLab/karr_lab_build_utils.git#egg=karr_lab_build_utils[all]
- run:
name: Install package (Python 3)
command: pip3 install -U --process-dependency-links -e .[all]
Expand Down

0 comments on commit 8fc2124

Please sign in to comment.