From 59be2960b060cae54810afb17fb8f52eb16eb975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Sodr=C3=A9?= Date: Wed, 3 Nov 2021 10:05:29 -0400 Subject: [PATCH] Use mambabuild locally --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c0919fa..d49f965 100644 --- a/Makefile +++ b/Makefile @@ -93,10 +93,10 @@ wheels: dist ## downloads wheel dependencies ls -l wheels dist-conda: ## builds conda-package - conda build --no-anaconda-upload --output-folder conda-bld \ + conda mambabuild --no-anaconda-upload --output-folder conda-bld \ -c zeroae \ -c conda-forge \ - -c anaconda . + . install: clean ## install the package to the active Python's site-packages - python setup.py install \ No newline at end of file + python setup.py install