Skip to content

Commit

Permalink
Pin to conda-build 2.1.17
Browse files Browse the repository at this point in the history
See omnia-md/conda-recipes#799

We will need to make changes before we move to conda-build 3
  • Loading branch information
Lnaden committed Jul 7, 2017
1 parent fe609eb commit c5b303a
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 jinja2 anaconda-client
- conda install -yq conda-build==2.1.17 jinja2 anaconda-client
- conda config --add channels omnia
- conda config --add channels conda-forge
- powershell .\\devtools\\appveyor\\missing-headers.ps1
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 install -yq conda\>=4.3 conda-build jinja2 anaconda-client
conda install -yq conda\>=4.3 conda-build==2.1.17 jinja2 anaconda-client

/io/conda-build-all -vvv --python $PY_BUILD_VERSION $UPLOAD -- /io/*

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 install -yq conda\>=4.3 conda-env conda-build jinja2 anaconda-client;
conda install -yq conda\>=4.3 conda-env conda-build==2.1.17 jinja2 anaconda-client;
conda config --show;

# Do this step last to make sure conda-build, conda-env, and conda updates come from the same channel first
Expand Down

0 comments on commit c5b303a

Please sign in to comment.