Skip to content

Commit

Permalink
Try to get condaenv directory right
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 7, 2019
1 parent b84d671 commit 7df70c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ commands:
type: string
default: ""

working_directory: ~/condaenv

steps:
- run:
name: Create Conda Environment
command: |
conda create -v --quiet --prefix << parameters.condaenv >> --show-channel-urls --channel conda-forge --only-deps << parameters.packages >>
conda create -v --quiet --prefix ~/condaenv/<< parameters.condaenv >> --show-channel-urls --channel conda-forge --only-deps << parameters.packages >>
source activate ~/condaenv/<< parameters.condaenv >>
pip install future
pip install scikit-fmm
Expand Down

0 comments on commit 7df70c6

Please sign in to comment.