We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 631e2db + a72d2f1 commit cf05e26Copy full SHA for cf05e26
.circleci/config.yml
@@ -64,8 +64,7 @@ aliases:
64
# force loading conda gcc
65
source activate $PY_VER
66
export LABEL="nightly";
67
- if [[ $CIRCLE_BRANCH == "rebuild_3.1.2" ]]; then
68
- # if [[ $CIRCLE_BRANCH == "master" ]]; then
+ if [[ $CIRCLE_BRANCH == "master" ]]; then
69
conda install -n root conda-build anaconda-client
70
bash ./ci-support/conda_upload.sh
71
else
0 commit comments