Skip to content

Commit

Permalink
conda create fix
Browse files Browse the repository at this point in the history
Change-Id: I4ca860e6c82a3e12e120923ed84a7fe4164d168b
  • Loading branch information
wesm committed Oct 17, 2016
1 parent 5986e72 commit 5d4a536
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/circleci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ conda-build:
CONDARC
)

ENV_NAME=pandas-test
ENV_PATH=/root/pandas-test
REQUIREMENTS="numpy cython cmake boost arrow-cpp pytz python-dateutil"

Expand All @@ -38,8 +37,8 @@ echo "$config" > ~/.condarc
# A lock sometimes occurs with incomplete builds. The lock file is stored in build_artefacts.
conda clean --lock
conda create -y -q -p $ENV_PATH -n $ENV_NAME python=3.5
source activate $ENV_NAME
conda create -y -q -p $ENV_PATH python=3.5
source activate $ENV_PATH
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup
Expand Down

0 comments on commit 5d4a536

Please sign in to comment.