Skip to content

Commit

Permalink
Merge branch 'master' into add_depth_coord_half
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Mar 9, 2019
2 parents 3267026 + 8bf24db commit dc50bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:
git clone -b validateNightly [email protected]:CDAT/cdat workspace/cdat
ls workspace/cdat
# following will install miniconda3 under $WORKDIR/miniconda/bin
python workspace/cdat/scripts/install_miniconda.py -w $WORKDIR -p 'py3'
python workspace/cdat/scripts/install_miniconda.py -w $WORKDIR -p 'py2.7'
- &create_conda_env
name: create_conda_env
Expand All @@ -22,7 +22,7 @@ aliases:
conda config --set always_yes yes --set changeps1 no
conda update -y -q conda
conda config --set anaconda_upload no
conda create -q -n py2 -c cdat/label/nightly -c pcmdi/label/nightly -c conda-forge -c cdat cmor python=2.7 testsrunner
conda create -q -n py2 -c cdat/label/nightly -c pcmdi/label/nightly -c conda-forge -c cdat lazy-object-proxy cmor python=2.7 testsrunner
- &setup_cmor
name: setup_cmor
Expand Down

0 comments on commit dc50bb5

Please sign in to comment.