Skip to content

Commit

Permalink
updating to pip 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed May 7, 2018
1 parent f034433 commit 34f0088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /root/project
docker:
- image: karrlab/build:0.0.22
- image: karrlab/build:0.0.23
steps:
# make XPRESS license check exit quickly
- run: sed -i 's/^use_server server=".\?\+"$/use_server server=""/g' /opt/xpressmp/bin/xpauth.xpr
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
try:
import pkg_utils
except ImportError:
import pip
pip.main(['install', '--process-dependency-links', 'git+https://github.com/KarrLab/pkg_utils.git#egg=pkg_utils'])
import pip._internal
pip._internal.main(['install', '--process-dependency-links', 'git+https://github.com/KarrLab/pkg_utils.git#egg=pkg_utils'])
import pkg_utils
import os

Expand Down

0 comments on commit 34f0088

Please sign in to comment.