Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from abezzub/only-conda
Browse files Browse the repository at this point in the history
Do not install dependencies with pip
  • Loading branch information
abezzub committed Feb 26, 2015
2 parents dbe3053 + 1533c5e commit 9334002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
# Ignore PyCharm stuff
.idea
5 changes: 0 additions & 5 deletions bin/steps/conda_compile
Expand Up @@ -13,10 +13,5 @@ if [ -f conda-requirements.txt ]; then
conda install --file conda-requirements.txt --yes | indent
fi

if [ -f requirements.txt ]; then
puts-step "Installing dependencies using Pip"
pip install -r requirements.txt --exists-action=w --allow-all-external | indent
fi

puts-step "Cleaning up the installation environment."
conda clean -pt --yes > /dev/null

0 comments on commit 9334002

Please sign in to comment.