Skip to content

Commit

Permalink
add conda-upload to macos py3
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadeau4 committed Feb 7, 2019
1 parent 4c4d0c8 commit 6dc35a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
- run: *create_conda_env
- run: *setup_cdms
- run: *run_cdms_tests
- run: *conda_upload
- store_artifacts:
path: tests_html
destination: tests_html
Expand Down Expand Up @@ -135,7 +134,6 @@ jobs:
- run: *create_conda_env
- run: *setup_cdms
- run: *run_cdms_tests
- run: *conda_upload
- store_artifacts:
path: tests_html
destination: tests_html
Expand Down
4 changes: 2 additions & 2 deletions ci-support/conda_upload.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
PKG_NAME=cdms2
USER=cdat
export VERSION="3.1.0"
export VERSION="3.1.1"
echo "Trying to upload to conda"
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
echo "Updating conda"
conda update -y -q conda
if [ `uname` == "Linux" ]; then
Expand Down

0 comments on commit 6dc35a6

Please sign in to comment.