Skip to content

Commit

Permalink
Merge pull request #4 from CDAT/migrateToCircleCI2
Browse files Browse the repository at this point in the history
try latest conda-build
  • Loading branch information
dnadeau4 authored Jun 28, 2018
2 parents a5e0709 + 9affae3 commit 994aa30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-support/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ echo ""
echo "Activating base env"
source activate base
echo "Making sure conda-build is installed"
conda install "conda-build<3.10"
#conda install "conda-build<3.10"
conda install "conda-build"
echo "Updating conda"
conda update -y -q conda
if [ `uname` == "Linux" ]; then
Expand Down

0 comments on commit 994aa30

Please sign in to comment.