Skip to content

Commit bf54ba0

Browse files
committed
Try to speed up process using mamba
1 parent 40ce9d5 commit bf54ba0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tasks/conda-recipes/drone-steps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ TASK_BRANCH=$3
88
TASK_TAG=$4
99
UPLOAD_TO_ANACONDA=$5
1010

11+
conda install -y mamba
1112
$FEEDSTOCK_ROOT/build_steps.sh ${OUTPUT_DIR}
1213

1314
# Upload as Github release
14-
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
1516
pushd $DRONE_WORKSPACE
1617
python arrow/dev/tasks/crossbow.py \
1718
--queue-path . \

0 commit comments

Comments
 (0)