Skip to content

Commit

Permalink
use conda-forge linux-anvil
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jun 20, 2018
1 parent 9155bf1 commit 25285bc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
defaults: &defaults
working_directory: ~/markovmodel/PyEMMA
docker:
- image: continuumio/miniconda3
#- image: continuumio/miniconda3
- image: conda-forge/linux-anvil

inst_conda_bld: &inst_conda_bld
- run: conda config --add channels conda-forge
Expand All @@ -19,10 +20,10 @@ jobs:
steps:
- checkout
- run: git fetch --unshallow || true
- run: conda config --add channels conda-forge
- run: conda config --set always_yes true
- run: conda config --set quiet true
- run: conda install conda-build
#- run: conda config --add channels conda-forge
#- run: conda config --set always_yes true
#- run: conda config --set quiet true
#- run: conda install conda-build
- run: mkdir workspace
- run: conda build devtools/conda-recipe --python=3.6 --no-test --output-folder workspace
- persist_to_workspace:
Expand All @@ -44,10 +45,10 @@ jobs:
- checkout

- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
- run: conda config --add channels conda-forge
- run: conda config --set always_yes true
- run: conda config --set quiet true
- run: conda install conda-build
#- run: conda config --add channels conda-forge
#- run: conda config --set always_yes true
#- run: conda config --set quiet true
#- run: conda install conda-build
- attach_workspace:
at: workspace
- run: conda build devtools/conda-recipe --python=3.6 --test --output-folder workspace
Expand Down

0 comments on commit 25285bc

Please sign in to comment.