Skip to content

Commit

Permalink
ok let's see if conda knows what to do now
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Aug 1, 2024
1 parent c09ce03 commit 9ce309a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.PHONY: all lint test test-cov install dev clean distclean

PYTHON ?= python

all: ;

lint:
Expand All @@ -15,7 +13,7 @@ test-cov: all
py.test --cov=q2_vizard

install: all
$(PYTHON) setup.py install
pip install .

dev: all
pip install -e .
Expand Down

0 comments on commit 9ce309a

Please sign in to comment.