Skip to content

Commit

Permalink
Merge pull request #126 from omnia-md/pin_conda
Browse files Browse the repository at this point in the history
Pin Conda until Conda Build 3
  • Loading branch information
Lnaden authored Apr 17, 2018
2 parents 83e5473 + e342390 commit e099318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ environment:
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- conda update -yq --all
- conda install -yq conda-build==2.1.17 jinja2 anaconda-client
- conda install -yq conda==4.3.34 conda-build==2.1.17 jinja2 anaconda-client
- conda config --add channels omnia
- conda config --add channels conda-forge
- conda config --add channels omnia/label/dev
Expand Down
2 changes: 1 addition & 1 deletion devtools/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conda config --add channels omnia
# Move the conda-forge channel to the top
# Cannot just append omnia otherwise default would have higher priority
conda config --add channels conda-forge
conda update -yq --all
conda install -yq conda\<=4.3.34
conda config --add channels omnia/label/dev
conda install -yq conda-build==2.1.17 jinja2 anaconda-client

Expand Down
2 changes: 1 addition & 1 deletion devtools/osx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bash Miniconda3-latest-MacOSX-x86_64.sh -b -p $HOME/anaconda;
export PATH=$HOME/anaconda/bin:$PATH;
conda config --add channels omnia;
conda config --add channels conda-forge;
conda update -yq --all;
conda install -yq conda\<=4.3.34;
conda config --add channels omnia/label/dev
conda install -yq conda-env conda-build==2.1.7 jinja2 anaconda-client;
conda config --show;
Expand Down

0 comments on commit e099318

Please sign in to comment.