We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba9e0cb + e5e5e44 commit 631e2dbCopy full SHA for 631e2db
.circleci/config.yml
@@ -64,7 +64,8 @@ aliases:
64
# force loading conda gcc
65
source activate $PY_VER
66
export LABEL="nightly";
67
- if [[ $CIRCLE_BRANCH == "master" ]]; then
+ if [[ $CIRCLE_BRANCH == "rebuild_3.1.2" ]]; then
68
+ # if [[ $CIRCLE_BRANCH == "master" ]]; then
69
conda install -n root conda-build anaconda-client
70
bash ./ci-support/conda_upload.sh
71
else
ci-support/conda_upload.sh
@@ -17,7 +17,6 @@ else
17
echo "Mac OS"
18
OS=osx-64
19
fi
20
-
21
mkdir ~/conda-bld
22
conda config --set anaconda_upload no
23
export CONDA_BLD_PATH=${HOME}/conda-bld
0 commit comments