Skip to content

Commit

Permalink
Use mambabuild locally
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Nov 3, 2021
1 parent 2f7898d commit 59be296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
python setup.py install

0 comments on commit 59be296

Please sign in to comment.