Skip to content

Commit

Permalink
removing ignore-installed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Apr 23, 2019
1 parent acc28be commit 59841be
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ variables:
name: Install conda dependencies
command: |
conda install genomelake pyfaidx -c bioconda
install_kipoi: &install_kipoi_no_deps_and_ignore
run:
name: Install Kipoi
command: |
git clone [email protected]:DerThorsten/kipoi.git -b niceparse kipoi_pkg
cd kipoi_pkg
pip install '.' --ignore-installed --no-deps
cd ..
install_kipoi: &install_kipoi
run:
Expand Down Expand Up @@ -91,7 +83,7 @@ jobs:
- *install_pip_deps
- *install_kipoi
- *install_kipoi_veff
- *install_kipoi_no_deps_and_ignore
- *install_kipoi
- *kipoi_ls
- *run_tests
- *run_coveralls
Expand Down

0 comments on commit 59841be

Please sign in to comment.