We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ce9d5 commit bf54ba0Copy full SHA for bf54ba0
dev/tasks/conda-recipes/drone-steps.sh
@@ -8,10 +8,11 @@ TASK_BRANCH=$3
8
TASK_TAG=$4
9
UPLOAD_TO_ANACONDA=$5
10
11
+conda install -y mamba
12
$FEEDSTOCK_ROOT/build_steps.sh ${OUTPUT_DIR}
13
14
# Upload as Github release
-conda install -y click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz anaconda-client shyaml -c conda-forge
15
+mamba install -y click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz anaconda-client shyaml -c conda-forge
16
pushd $DRONE_WORKSPACE
17
python arrow/dev/tasks/crossbow.py \
18
--queue-path . \
0 commit comments