Skip to content

Commit

Permalink
simplifying CircleCI config; advancing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 18, 2017
1 parent dc36a2e commit ce4bbe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /root/project
docker:
- image: karrlab/build:0.0.16
- image: karrlab/build:0.0.18
steps:
- checkout

Expand All @@ -15,12 +15,10 @@ 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: karr_lab_build_utils2 install-requirements
- run: pip2 install -U --process-dependency-links -e .[all]

- 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: karr_lab_build_utils3 install-requirements
- run: pip3 install -U --process-dependency-links -e .[all]

- save_cache:
Expand Down

0 comments on commit ce4bbe5

Please sign in to comment.